D
David
Can I create a table by running a query?
I have redesigned a system by creating a set of linked
relational tables from a single table.
Now I need to write a routine to transfer the data from
the old tables to the new tables. Most of this will be
done by running a series of queries to create several
temporary tables. These tables will then be read to create
the final set of linked tables.
I have redesigned a system by creating a set of linked
relational tables from a single table.
Now I need to write a routine to transfer the data from
the old tables to the new tables. Most of this will be
done by running a series of queries to create several
temporary tables. These tables will then be read to create
the final set of linked tables.