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