X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=sql%2Foperations.lisp;fp=sql%2Foperations.lisp;h=3a4638537f3830d5c7a23eb03962e74a257e9c65;hp=a3f6bbd09fefd79a504f78f95f87e92a1fa4fb3f;hb=5ed1f05543cbd24b3f2bb735f2cfc03ea85e51ec;hpb=e567409d9fff3f7231c2a0bb69b345e19de2b246 diff --git a/sql/operations.lisp b/sql/operations.lisp index a3f6bbd..3a46385 100644 --- a/sql/operations.lisp +++ b/sql/operations.lisp @@ -74,11 +74,11 @@ (defsql sql-group-by (:symbol "group-by") (&rest rest) (make-instance 'sql-query-modifier-exp - :modifier '|group by| :components rest)) + :modifier '|GROUP BY| :components rest)) (defsql sql-order-by (:symbol "order-by") (&rest rest) (make-instance 'sql-query-modifier-exp - :modifier '|order by| :components rest)) + :modifier '|ORDER BY| :components rest)) (defsql sql-having (:symbol "having") (&rest rest) (make-instance 'sql-query-modifier-exp