Alter Table
Posted: Tue Jun 26, 2001 5:28 pm
Hi!
I have created table search of
ID integer, NAME varchar(2000)
But Now I want to alter this table with
NAME varchar(4000). The way I am doing it is
ALTER TABLE search MODIFY NAME varchar(4000)
But gives me error message: Syntex error at TABLE.
I double checked my table name and it's correct.
So I was wodering if you can help me with the syntex.
thanks
I have created table search of
ID integer, NAME varchar(2000)
But Now I want to alter this table with
NAME varchar(4000). The way I am doing it is
ALTER TABLE search MODIFY NAME varchar(4000)
But gives me error message: Syntex error at TABLE.
I double checked my table name and it's correct.
So I was wodering if you can help me with the syntex.
thanks