r9360: Strings as table identifiers in SELECT.
[clsql.git] / sql / operations.lisp
index d45325479fa303df265a86442e5d2f97934249c4..bdbb9294ca33500e8583c2904cc84d1aea8c3bcf 100644 (file)
   (make-instance 'sql-relational-exp
                 :operator 'in :sub-expressions rest))
 
-;; (defsql sql-concat (:symbol "||") (&rest rest)
-;;   (make-instance 'sql-relational-exp
-;;              :operator '\|\| :sub-expressions rest))
-
 (defsql sql-concat (:symbol "concat") (&rest rest)
   (make-instance 'sql-relational-exp
                 :operator '\|\| :sub-expressions rest))