When I execute the SQL code below on a newly created DB file I get an
error 'table Tab already exists', and it creates a table

-- comment
CREATE TABLE Tab(ID);

Code below works without error messages:

CREATE TABLE Tab(ID);

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to