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.
我对 MySQL 查询有一个奇怪的问题......
这很奇怪,因为它似乎没有问题,但显然……
这是查询:
$lastmessage = execute_scalar(“SELECT message FROM messages WHERE nick = 'nick' ORDER BY date LIMIT 0,1”);
我在同一行得到的错误是:
parse error: syntax error, unexpected t_string
我究竟做错了什么?