用or 查询时, 取得是 每个or中条件的 查询的结果集union。
select * from categorysecond t
where ISNULL(null);
or
t.csid in (‘1‘,‘2‘,‘3‘,‘4‘)
标签:class post sele isnull null nbsp 连接查询 查询 log
用or 查询时, 取得是 每个or中条件的 查询的结果集union。
select * from categorysecond t
where ISNULL(null);
or
t.csid in (‘1‘,‘2‘,‘3‘,‘4‘)
标签:class post sele isnull null nbsp 连接查询 查询 log
原文地址:https://www.cnblogs.com/GotoJava/p/8406537.html