j
k
j a
j l
(postmodern:sql (:= 's 'tr))
=> "(s = tr)"
(postmodern:sql (if t (:= 's 'tr)))
=> Error: Undefined operator := in form (:= (QUOTE S) (QUOTE TR)).
How do I make this work? I want to build more complex where clauses using cl:if.
Jens
Back to the thread
Back to the list