sql語句中常用"""(主要作用就是避免使用轉(zhuǎn)義換行符 \n),在語句下面會(huì)出現(xiàn)波浪線,去除波浪線辦法如下:
No data sources are configured to run this SQL and provide advanced code assistance. Disable this inspection via problem menu (Alt+Enter).
按Alt+Enter或More actions....顯示
Configure data source點(diǎn)擊Disable inspcetion(禁止這個(gè)檢測)或者Suppress for statement(自動(dòng)添加 # noinspection SqlNoDataSourceInspection)