phpstorm写sql语句如何不提示warning。
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了phpstorm写sql语句如何不提示warning。相关的知识,希望对你有一定的参考价值。
取消掉应该就好了。(上传截图一直失败,百度知道真是没人管了)
参考技术A 使用phpstorm写SQL查询语句警告提示img.mukewang.com/554709d70001aa4f03830054.jpg
$query = "SELECT * FROM books";
这样写会警告提示no data sources configred...以及提示无法解析books。如果去掉星号左侧的空格就没有提示 了。
以上是关于phpstorm写sql语句如何不提示warning。的主要内容,如果未能解决你的问题,请参考以下文章
phpstorm No data sources are configured to run this SQL and provide advanced code assistanc