kirupaForum
>
Development
>
Server-Side (PHP, SQL, ASP.NET, etc.)
> how to add a field to an existing table using sql statement in MS Access
PDA
View Full Version :
how to add a field to an existing table using sql statement in MS Access
zyklone
August 20th, 2004, 02:14 AM
how to add a field to an existing table using sql statement in MS Access
amitgeorge
August 20th, 2004, 04:15 AM
ALTER TABLE <<tablename>> ADD COLUMN <<newfieldname>> TEXT(25);
see
http://www.blueclaw-db.com/alter_table_ddl.htm
for more info.
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.