How to show the full result of the query in SQL Developer?

前端 未结 0 1220
[愿得一人]
[愿得一人] 2021-02-03 16:45

I want to see the query used to create the table DOCTORS in SQL Developer with

SELECT dbms_metadata.get_ddl(\'TABLE\', \'DOCTORS\')
FROM dual;


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