Hi.
How do I use a variable as a table name with create-table?
The following always takes 'tableName' as the name rather than the value of tableName:
(sql (:create-table tableName
((name :type string)
(address :type string))))
:raw doesn't seem to work.
Thanks
Mark