Mysql constant field error occurred when doing related query [Err] 1064 - You have an error in your SQL syntax;

前端 未结 0 1663
情歌与酒
情歌与酒 2021-01-06 09:56

I use this sql to do query testing :

select \'1101\' as login_id,
a.project_id,a.user_id
from table1 as a on login_id = a.user_id

But the err

相关标签:
回答
  • 消灭零回复
提交回复
热议问题