表的删除

drop table student cascade;

一直提示“缺少关键字”,经过百度,解决方案:

drop table student cascade constraints;

posted @ 2016-01-06 16:15  源头活水  阅读(241)  评论(0)    收藏  举报