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
_______________________________________________
postmodern-devel mailing list
postmodern-devel@common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/postmodern-devel

Reply via email to