Can someone tell me the proper syntax for CREATE TABLE and if theres a conflict ignore it.
I've tried several versions of the CREATE TABLE query.
All I get is an error that the table already exists. Thats what I'm trying to avoid.
I've tried using BEGIN ON CONFLICT IGNORE and COMMIT in order to get rid of it. But no luck.
Would be grateful for any hints. Cheers Jimmy.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]