我的問題是,目前如果我想查詢多個通配值。我需要做這樣的事情。 select customername from customers where customername like '%smith' or customername like '%potter' or customer name like '%harris' or customername like '%williams';
所以
我需要使用bash循環一個oracle sqlplus查詢。 我的情況是這樣的。我在文本文件中有一組名稱,我需要使用sqlplus查詢來查找這些名稱的詳細信息。 TextFile.txt的內容: john
robert
samuel
chris
bash腳本 #!/bin/bash
while read line
do
/opt/oracle/bin/sqlplus -s [em
可能重複: Why rlwrap echos 「redundantly」 what I type from the keyboard ?? 我使用linux下的命令行編輯rlwrap實用而使用SQL * Plus。一切都很好,只是該實用程序迴應了我從鍵盤輸入的每個命令。例如,假設我在提示符下輸入下面的語句: SQL> select last_name from employees
同樣的語句將