PHP SQL 报错


PHP程序中使用下面定义下面SQL语句,从数据库读取数据

$sql_getdate="select detection_date from tm_bug a where a.ft_id='$taskID'";

程序执行时报错如下:

ERROR:Unknown column 'detection_date' in 'field list'

the wrong sql:select detection_date from tm_bug a where a.ft_id='T03475'

但是使用数据库工具HeiDiSQL连接数据库,执行语句select detection_date from tm_bug a where a.ft_id='T03475'时,可以正常查出所需数据

请问哪位知道是什么原因?


ABOUTYOU
浏览 674回答 1
1回答

杨魅力

是不是你库名不对,报错是说不知道detection_date这个个字段,检查下库
打开App,查看更多内容
随时随地看视频慕课网APP