Randomly extracting questions

xiaoxiao2021-03-06  39

You can use the random number, randomly extract questions in the test bank, for example:

Package dbms_random

SELECT * FROM

(Select * from jl_dnbzcb order by dbms_random.random)

WHERE ROWNUM <= 10

转载请注明原文地址:https://www.9cbs.com/read-54268.html

New Post(0)