column deletion using Sql statement
665704Oct 17 2008 — edited Oct 18 2008sir
I am a databsse user.
i would like to post one question that i often fall in prey.
i want to delete a column from a table and i am using the following statement:
Alter Table Tablename drop column Columnname;
But this does not work at all.
I am using Oracle 8.
Please suggest me how to do the job.
Rayees