请教一个sql的问题,字段作为查询条件的时候是否自动判断不能为null

2025-04-26 04:49:39
推荐回答(1个)
回答1:

select * from test1 where aa != 'ss' or aa is null 查看原帖>>