Jarelow
04-09-01, 12:59
| Can anyone tell me how to frop a column from a sybase table. I tried to do: alter table TABLENAME drop COLUMNNAME but it didn't work. It should be as simple as that right Thank you all for replies Nick |
View Full Version : How do I drop a column from a table in sybase 11?
| Can anyone tell me how to frop a column from a sybase table. I tried to do: alter table TABLENAME drop COLUMNNAME but it didn't work. It should be as simple as that right Thank you all for replies Nick |
| Nope. drop column is not part of the SQL92 entry level standard (which I think is what 11.0.x and 11.5.x use (not sure about 11.9)). ASE 12 supports this, so upgrade. If that's not possible, use the rename-recreate-insert-drop approach. ________________ Ciao Fuzzy |