sql server modify error
Posted
by Jaspal
on Stack Overflow
See other posts from Stack Overflow
or by Jaspal
Published on 2010-04-21T16:42:36Z
Indexed on
2010/04/21
16:53 UTC
Read the original article
Hit count: 336
sql
|sql-server
hi, i m not able to modify table in SQL server. i m new to databases.
use work
go
alter table employee
modify id varchar(20)
error message is-
Msg 102, Level 15, State 1, Line 1
Incorrect syntax near 'modify'
thanks
© Stack Overflow or respective owner