<li id="lnxxx"><object id="lnxxx"></object></li>
  • <button id="lnxxx"><object id="lnxxx"></object></button>
    <s id="lnxxx"></s>
    <button id="lnxxx"></button>
      <button id="lnxxx"><acronym id="lnxxx"></acronym></button><dd id="lnxxx"><noscript id="lnxxx"></noscript></dd>
    1. <em id="lnxxx"><object id="lnxxx"><input id="lnxxx"></input></object></em>

      <rp id="lnxxx"><object id="lnxxx"><input id="lnxxx"></input></object></rp>
      0712-2888027 189-8648-0214
      微信公眾號

      孝感風信網絡科技有限公司微信公眾號

      當前位置:主頁 > 技術支持 > MySQL > MySQL語句如何實現從數據庫表中查詢隨機數據的記錄

      MySQL語句如何實現從數據庫表中查詢隨機數據的記錄

      時間:2024-01-19來源:風信官網 點擊: 478次
      MySQL語句如何實現從數據庫表中查詢隨機數據的記錄

      1. Oracle,隨機查詢20條
      select * from
      (
       select  *  from 表名
       order by dbms_random.value
      )
       where rownum <= 20;
       
      2.MS SQL Server,隨機查詢20條
      select top 20  * from  表名order by newid()
       
      3.My SQL:,隨機查詢20條
      select  *  from  表名 order by rand() limit 20

      SELECT * FROM phpcms_video where catid=17 order by rand()

      獲取到的隨機結果如下圖所示:

      MySQL語句如何實現從數據庫表中查詢隨機數據的記錄

      欄目列表
      推薦內容
      熱點內容
      展開
      无码流畅人妻一区二区三区|国产亚洲日韩精品一二三区|无码中文字幕av免费放∨|日韩人妻AV无码一区

      <li id="lnxxx"><object id="lnxxx"></object></li>
    2. <button id="lnxxx"><object id="lnxxx"></object></button>
      <s id="lnxxx"></s>
      <button id="lnxxx"></button>
        <button id="lnxxx"><acronym id="lnxxx"></acronym></button><dd id="lnxxx"><noscript id="lnxxx"></noscript></dd>
      1. <em id="lnxxx"><object id="lnxxx"><input id="lnxxx"></input></object></em>

        <rp id="lnxxx"><object id="lnxxx"><input id="lnxxx"></input></object></rp>