Drop table with condition - Oracle

后端 未结 0 1839
余生分开走
余生分开走 2021-01-20 13:48

It is possible to drop the table with condition

example: DROP table table_name where (select column from table) = (select column from table2)

NOTE : Without PL

相关标签:
回答
  • 消灭零回复
提交回复
热议问题