Hi,

I'd like to do this:

 (defprepared addresses-by-ids
   "SELECT address FROM users WHERE id IN $1" :column)

and then call it like so:

 CLUSER> (addresses-by-ids "(1,2,3)")

Is this possible?  I've tried a few different approaches but keep getting
errors.

Many thanks for great software by the way.

Seb
-- 
Emacs' AlsaPlayer - Music Without Jolts
Lightweight, full-featured and mindful of your idyllic happiness.
http://home.gna.org/eap


_______________________________________________
postmodern-devel mailing list
postmodern-devel@common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/postmodern-devel

Reply via email to