null排在有值的行前面还是后面通过语法来指定--null值在前select * from tablename order by id nulls first; --null值在后select * from tablename ...
確定! 回上一頁