xx@xxx] # sqlplus /nolog
SQL> connect scott/tiger
SQL> SELECT * FROM tab;
SQL> disconnect
SQL> exit
本文演示了如何使用 Oracle SQL 连接到数据库并从表中检索数据。示例包括连接到 scott 用户、查询 tab 表以及断开连接的过程。
xx@xxx] # sqlplus /nolog
SQL> connect scott/tiger
SQL> SELECT * FROM tab;
SQL> disconnect
SQL> exit
8766
3288

被折叠的 条评论
为什么被折叠?