进行升序时候要求数量为null的排在首位:
select name,quantity from productinfo order by quantity nulls first;
进行降序时候要求数量为null的排在末尾:
select name,quantity from productinfoorder byquantity nulls last;
进行升序时候要求数量为null的排在首位:
select name,quantity from productinfo order by quantity nulls first;
进行降序时候要求数量为null的排在末尾:
select name,quantity from productinfoorder byquantity nulls last;

被折叠的 条评论
为什么被折叠?