我有一个应该可以生成唯一随机数的代码,但是一旦运行,它就会给我这个错误代码:
(1064,“您的SQL语法有误;请查看 对应于您的MySQL服务器版本以使用正确的语法 near'varbinary,newid())),0)where simplefocusstatistic_id = 3 AND Player_id = N'在第1行“)
sql= " UPDATE simplefocusstatistic_studentanswers SET Player_id = ROUND(1000 *RAND( convert ( varbinary , newid () ) ), 0 ) WHERE simplefocusstatistic_id = 3 AND Player_id = NULL "