j
k
j a
j l
(:insert-into 'table :set 'ts :now) This doesn't work. How do I insert current date/time then ?
(:insert-into 'table :set 'ts :now)
This doesn't work. How do I insert current date/time then ?
Try (:insert-into 'table :set 'ts (:now)) .
Back to the thread
Back to the list