Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我遇到了语法错误 1064。
我想根据用户键入的日期从数据库下载特定数据,但出现此错误:
无法执行查询:您的 SQL 语法有错误;检查与您的 MySQL 服务器版本相对应的手册,以了解在“?”附近使用的正确语法 在第 1 行 1064
这是我的代码:
$ddate = $_GET['Absent_Date']; $sql = ("Select * from $DB_TBLName WHERE `Absent_Date` = $ddate");
请帮我。谢谢:}