PHP程序中使用下面定義下面SQL語句,從數(shù)據(jù)庫讀取數(shù)據(jù)$sql_getdate="select detection_date from tm_bug a where a.ft_id='$taskID'";程序執(zhí)行時報錯如下:ERROR:Unknown column 'detection_date' in 'field list'the wrong sql:select detection_date from tm_bug a where a.ft_id='T03475'但是使用數(shù)據(jù)庫工具HeiDiSQL連接數(shù)據(jù)庫,執(zhí)行語句select detection_date from tm_bug a where a.ft_id='T03475'時,可以正常查出所需數(shù)據(jù)請問哪位知道是什么原因?
- 1 回答
- 0 關(guān)注
- 696 瀏覽
添加回答
舉報
0/150
提交
取消