How to Run Multiple Query in Sequences in SQL*Plus - Toolbox for IT Groups

How to Run Multiple Query in Sequences in SQL*Plus - Toolbox for IT Groups

瀏覽:1027
日期:2025-10-01
Try to build a .sql file and open it in the SQL* Plus. Make sure you use "/" at the end of every sql. Select * from XYZ / Select * from ABC / ?? ?? / Make sure to save the file as a .sql file. (for example like script.sql)...看更多