Recipe 1.10. Returning n Random Records
select *
from (
select ename, job
from emp
order by dbms_random.value()
)
where rownum <= 5
from (
select ename, job
from emp
order by dbms_random.value()
)
where rownum <= 5
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/23895263/viewspace-680977/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Debug-Records
- C#9.0:RecordsC#
- 5.編寫recipe
- Returning Home(建圖、最短路)
- 精讀《Records & Tuples for React》React
- 精讀《Records & Tuples 提案》
- 【原創】MySQL 返回更新值(RETURNING)MySql
- Deployer recipe中Laravel配置檔案Laravel
- 使用 Recipe 安裝 SAP Commerce CloudCloud
- CodeForces_1422D Returning Home(最短路)
- KunlunDB功能之insert/update/delete...returning語句delete
- Math.random()random
- 【Java】Java新特性--Records記錄型別Java型別
- [20191129]ALTER TABLE MINIMIZE RECORDS_PER_BLOCK.txtBloC
- different random numbers generatorrandom
- 11 random案例1random
- Random 類的使用random
- python random模組Pythonrandom
- No suitable application records were found. Verify your bundle ideUIAPPIDE
- numpy-random函式random函式
- python-random的用法Pythonrandom
- Machine Learning(13)- Random ForestMacrandomREST
- np.random.multivariate_normal()randomORM
- Random.Shared.Next 使用random
- python_random模組Pythonrandom
- SAP PP C201使用ECR建立Recipe主資料
- Oracle 12C RAC的單機Standby returning error ORA-16191OracleError
- iOS上傳App Store報錯:no suitable application records were foundiOSAPPUI
- [LeetCode] 528. Random Pick with WeightLeetCoderandom
- JAVA中的Random()函式Javarandom函式
- Scanner類、Random類、ArrayList類random
- Java 8 中的 Random 類Javarandom
- C++標準庫:randomC++random
- LeetCode 382 Linked List Random NodeLeetCoderandom
- Random Events CodeForces - 1461Crandom
- 生成隨機字串應該用random_bytes還是openssl_random_pseudo_bytes隨機字串random
- ASP.Net Core 3.1 With Autofac ConfigureServices returning an System.IServiceProvider isn't supported.ASP.NETIDE
- SAP PP使用ECR去修改Recipe主資料,報錯:Generation not supported
- 輸入N,再輸入N個數,N