The easiest way to select random values is to use the SAMPLE clause with the select statement. select * from emp sample(10); This statement randomly returns 10% ...
確定! 回上一頁