|
-
May 5th, 2000, 09:44 PM
#1
Thread Starter
New Member
Anyone please help :
What is the correct SQL Syntax to modify a field in a table in a SQL Server 6.5?
eg: Table name is Sample and a field is Sampling_Point varchar(10). How do you change the field size to 15?
I tried the syntax:
ALTER TABLE Sample
MODIFY Sampling_Point varchar(15)
.......but it gives an error "modify syntax incorrect".
What is the equivalent of Modify in SQL Server's Transact SQL Statements?
Hope someone could help me with this, much appreciated.
Uma
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
|