亚洲欧洲国产欧美一区精品,激情五月亚洲色五月,最新精品国偷自产在线婷婷,欧美婷婷丁香五月天社区

      考試首頁 | 考試用書 | 培訓課程 | 模擬考場 | 考試論壇  
      全國  |             |          |          |          |          |         
        當前位置:計算機等級 > 二級考試 > MySQL數(shù)據(jù)程序設計 > MySQL 輔導 > 文章內(nèi)容
        

      全國計算機等級考試二級MySQL教程(50)

      中華IT學院   【 】  [ 2016年2月18日 ]

      以下將在 SQL SELECT 語句中使用 ORDER BY 子句來讀取MySQL 數(shù)據(jù)表 tutorials_tbl 中的數(shù)據(jù):

      實例

      嘗試以下實例,結(jié)果將按升序排列

      root@host# mysql -u root -p password;
      Enter password:*******
      mysql> use TUTORIALS;
      Database changed
      mysql> SELECT * from tutorials_tbl ORDER BY tutorial_author ASC
      +-------------+----------------+-----------------+-----------------+
      | tutorial_id | tutorial_title | tutorial_author | submission_date |
      +-------------+----------------+-----------------+-----------------+
      |           2 | Learn MySQL    | Abdul S         | 2007-05-24      |
      |           1 | Learn PHP      | John Poul       | 2007-05-24      |
      |           3 | JAVA Tutorial  | Sanjay          | 2007-05-06      |
      +-------------+----------------+-----------------+-----------------+
      3 rows in set (0.42 sec)
      
      mysql>
      

      讀取 tutorials_tbl 表中所有數(shù)據(jù)并按 tutorial_author 字段的升序排列。

      分享到:
      本文糾錯】【告訴好友】【打印此文】【返回頂部
      將考試網(wǎng)添加到收藏夾 | 每次上網(wǎng)自動訪問考試網(wǎng) | 復制本頁地址,傳給QQ/MSN上的好友 | 申請鏈接 | 意見留言 TOP
      關于本站  網(wǎng)站聲明  廣告服務  聯(lián)系方式  站內(nèi)導航  考試論壇
      Copyright © 2007-2013 中華考試網(wǎng)(Examw.com) All Rights Reserved