Home  >  Article  >  Database  >  PL/SQL删除表出现ORA-00942错误

PL/SQL删除表出现ORA-00942错误

WBOY
WBOYOriginal
2016-06-07 17:04:562522browse

接触Oracle不久,今天在使用PL/SQL Developer删除表的时候出现ORA-00942:表或视图不存在的错误,网上有人说在SQL语句后面加上ca

接触Oracle不久,今天在使用PL/SQL Developer删除表的时候出现ORA-00942:表或视图不存在的错误,网上有人说在SQL语句后面加上cascade就行了,,但是自己试过之后还是不行。。不过,后来很幸运地找到一个解决方法,方法很简单。比如你现在要删除表user,你的SQL语句只需要写成drop table "user",然后执行就可以了。很简单吧?

THE END!

linux

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn