mysql基本語法

一、mysql排序 不加任何關鍵字,默認是按照升序來排序的 排序關鍵字:desc(降序),asc(升序) 代碼:select id,Name,CountryCode,District,Population from city order by Population desc 多字段排序: select id,Name,CountryCode,District,Population from cit
相關文章
相關標籤/搜索