On 9/28/07, some nitwit <marijnh at gmail.com> wrote: > (:select '* :from 'bozo :order-by (:desc 'age)) Except, of course, that the correct syntax is (:order-by (:select '* :from 'bozo) (:desc 'age))