3 回答

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

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