<div dir="ltr">Hi.<div><br></div><div>How do I use a variable as a table name with create-table?</div><div><br></div><div>The following always takes 'tableName' as the name rather than the value of tableName:</div>
<div><br></div><div><div>(sql (:create-table tableName</div><div><span class="Apple-tab-span" style="white-space:pre">              </span>    ((name :type string)</div><div><span class="Apple-tab-span" style="white-space:pre">           </span>     (address :type string))))</div>
<div><br></div><div>:raw doesn't seem to work.</div><div><br></div><div>Thanks</div><div>Mark</div></div></div>