SQL查询不包括某条件 2019-03-28 sql | 阅读 查询语句 1 2 3 4 select * from test_1 WHERE name!="admin" 1 2 3 4 select * from test_1 WHERE not( name == 'admin');