3 回答

大話西游666
TA貢獻1817條經驗 獲得超14個贊
辦法如下:
select * from table1 where concat(`字段`,`字段`,`字段` ) like '%關鍵字%' unionselect * from table2 where concat(`字段`,`字段`,`字段` ) like '%關鍵字%' unionselect * from table3 where concat(`字段`,`字段`,`字段` ) like '%關鍵字%' unionselect * from table4 where concat(`字段`,`字段`,`字段` ) like '%關鍵字%' unionselect * from table5 where concat(`字段`,`字段`,`字段` ) like '%關鍵字%' 前提是查詢出來的字段個數要一樣,類型要對應好,至于如何得到正確且符合你需要的sql就要在程序類中處理了。

慕的地8271018
TA貢獻1796條經驗 獲得超4個贊
想在web of science數據庫中查找知識管理方面相關論文,請問如何按關鍵詞搜索?尤其是關鍵詞是詞組,knowledge management,如何使搜索到的詞組不被分離,多了很多帶有knowledge 與 management 兩個詞間隔的冗余文章。
已解決,只需在搜索框里輸入(“knowledge management”)即可!
添加回答
舉報
0/150
提交
取消