Confirm the existence of the tables that are created by me, in data dictionary (oracle apex)

后端 未结 0 1284
时光取名叫无心
时光取名叫无心 2021-01-12 01:52

how can I confirm the existence of the tables that are created by me, in data dictionary? I tried this:

SELECT * FROM USER_CONSTRAINTS 
WHERE TABLE_NAME IN (\         


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