(sql (:insert-into 'kupci :set (:raw (if (/= (length (parameter "ime")) 0) (sql ('ime (parameter "ime"))))))) For this I get an error: Invalid amount of :set arguments passed to insert-into sql operator Why is that ? Thanks