数据库删除数据不支持表别名
select*from test where id=
select*from test T1 where T1.id='3';
select*from test where test.id='3';