CREATE TABLE IF NOT EXISTS foo (...)
How can I get the same functionality in Derby? I haven't been able to figure out the SQL command to check for the existence of a table.
CREATE TABLE IF NOT EXISTS foo (...)
How can I get the same functionality in Derby? I haven't been able to figure out the SQL command to check for the existence of a table.