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