Hi all
I need to create a new table based on a source table.
The new table is almost the same as the source table in that just some field
names must change, and a few new fields added or dropped?
I was thinking of renaming the fields somehow, then using sql to add /drop?
Please give an example.
What is the best way to approach?
Thanks
I need to create a new table based on a source table.
The new table is almost the same as the source table in that just some field
names must change, and a few new fields added or dropped?
I was thinking of renaming the fields somehow, then using sql to add /drop?
Please give an example.
What is the best way to approach?
Thanks
Comment