I am writing a script to help me migarte von database to another. It
should create all tables, indexes and sequences automaticly. While
developing I have to test the script from time to time. So i have to
delete the created objects sometimes. No problem with tables and
indexes, but how can I delete sequences?
drop sequence [name]
Jan Suchanek <ja**********@gmx.de> wrote in message news:<41******@news.uni-ulm.de>...
Hello,
I am writing a script to help me migarte von database to another. It should create all tables, indexes and sequences automaticly. While developing I have to test the script from time to time. So i have to delete the created objects sometimes. No problem with tables and indexes, but how can I delete sequences?