scratch.txt 91 B

123
  1. ;;; -*- lisp -*-
  2. (select (a b c) :from (a) :where ((< a 3)) :group t :order (b) :limit 3)