我的查询语句
SELECT Count(DISTINCT name)
FROM facebook.users
结果到
programmingerror:(1064,“您的sql语法有错误;请查看与您的mysql服务器版本对应的手册,以获取在“\xef\xbb\xbfselect count(distinct name)\r\n from facebook.users”附近使用的正确语法(第1行)
我该怎么解决这个问题,谢谢
我的查询语句
SELECT Count(DISTINCT name)
FROM facebook.users
结果到
programmingerror:(1064,“您的sql语法有错误;请查看与您的mysql服务器版本对应的手册,以获取在“\xef\xbb\xbfselect count(distinct name)\r\n from facebook.users”附近使用的正确语法(第1行)
我该怎么解决这个问题,谢谢
1条答案
按热度按时间kqqjbcuj1#
你应该检查你如何通过你的查询。
\xef\xbb\xbf
是utf-8 bom。bom的utf-8表示是(十六进制)字节序列0xef、0xbb、0xbf