1. 進入sqlplus
指令: sqlplus
2. 顯示 一個Table 的結構
SQL> desc table_name
3. 搜尋
SQL> select 欄位名 from 表格名 where 條件;
SQL> select DONE_CONTENT from MADO where ID='EAS' and NAME='DB機能';
全站熱搜
1. 進入sqlplus
指令: sqlplus
2. 顯示 一個Table 的結構
SQL> desc table_name
3. 搜尋
SQL> select 欄位名 from 表格名 where 條件;
SQL> select DONE_CONTENT from MADO where ID='EAS' and NAME='DB機能';
留言列表