I am create one table. In this table have 4 columns as name, fname, city, zipcode, phoneno.
i am successfully create the table. But i need to drop a column but it not drop it has show some error.
ALTER TABLE CARD DROP COLUMN CITY
It has show the following error msg.
SQL error at or before (line 6, position 23).
Pls any one help me

Thanks in advance.
Regards,
Madhavan