|
-
Sep 25th, 2005, 07:47 AM
#1
Thread Starter
Lively Member
SQL rename column (MS Access 03 VBA)
Hello there,
i have an interface which allows user to update column & data.
how can i rename a column with sql?
if i'm not mistaken, ALTER TABLE table_name RENAME COLUMN old_col_name to new_col_name is not being supported.
is there a COPY statement? if so, how can i go about using it to rename a column name.
i am also trying on INSERT INTO in conjunction with a SELECT statement but unsuccessful so far.
Any ideas?
Thank You
Astro
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|