2016年8月4日

摘要: ORDER BY _column1, _column2; /* _column1升序,_column2升序 */ ORDER BY _column1, _column2 DESC; /* _column1升序,_column2降序 */ ORDER BY _column1 DESC, _column 阅读全文
posted @ 2016-08-04 15:41 帅胡 阅读(13185) 评论(0) 推荐(0) 编辑

导航