sql语法报错,找不出问题,如何解决?

delete from test as t where t.id='101' and t.idd in(5,6);语法错误,这是什么问题

img


delete from test where id='101' and idd in(5,6);

delete from test t where t.id='101' and t.idd in(5,6) 不要那个as试试

不知道你这个问题是否已经解决, 如果还没有解决的话:

如果你已经解决了该问题, 非常希望你能够分享一下解决方案, 写成博客, 将相关链接放在评论区, 以帮助更多的人 ^-^