j
k
j a
j l
I got it. I have to :or it with :is-null, like this:
(sql (:select '* :from 'table :where (:or (:like 'field "%something%") (:is-null 'field))))
Back to the thread
Back to the list