摘要: order by col (asc/desc) NULLS first 不管col如何排序 col的null(空值) 总是在最前 order by col (asc/desc) NULLS last 不管col如何排序 col的null(空值) 总是在最后 阅读全文
posted @ 2014-06-12 14:35 阳光温暖了心情 阅读(1645) 评论(0) 推荐(0)