G
Guest
Hi
How to insert a new column in a Access table at a specific place using SQL
If I use the following instruction a got my new column at the end of table
ALTER TABLE Customer ADD COLUMN column2 LONGCHA
The result
column
column
column
I'd like the result folling result:
column
column
column
Thanks
Kleber Muffat
Campinas-Brazi
How to insert a new column in a Access table at a specific place using SQL
If I use the following instruction a got my new column at the end of table
ALTER TABLE Customer ADD COLUMN column2 LONGCHA
The result
column
column
column
I'd like the result folling result:
column
column
column
Thanks
Kleber Muffat
Campinas-Brazi