E
EMW
Is it not possible to just create a new table in an existing database with
CREATE TABLE and without copying an existing table?
I have an empty database and when my program detects the tables aren't
there, I want it to create the table.
But according to the documentation I need to use INSERT * INTO table FROM
othertable
but there is no other table.
rg,
Eric
CREATE TABLE and without copying an existing table?
I have an empty database and when my program detects the tables aren't
there, I want it to create the table.
But according to the documentation I need to use INSERT * INTO table FROM
othertable
but there is no other table.
rg,
Eric