how about (in any form of interactive SQL session) :

DROP TABLE <tablename>;
COMMIT;

Your dialect may vary :)

Dan

-----Message d'origine-----
De : Jm Seigneur [mailto:[EMAIL PROTECTED]]
Envoyé : 3 juillet, 2001 17:31 
À : [EMAIL PROTECTED]
Objet : [JBoss-user] How to delete a table?


Hello,

Could you tell me how to delete a
table which was previously deployed?

In fact, I missed to put a entity bean 
in a previous deployment and now there
is a problem because the table has 
been created with less columns than 
expected. I would like to reset this one.

Thanks,

Jm

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to