in reply to if table exists (DBI)
AFAIK, this is only valid for MySQL, and not other SQL variants.CREATE TABLE IF NOT EXISTS my_table ( foo INT, bar VARCHAR(25) );
blokhead
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: if table exists (DBI)
by erix (Prior) on Apr 26, 2013 at 16:47 UTC |