Oracle has the sample keyword that can be used in select statements like shown below: select * from <table> sample(0.2);. This statement will select ...
確定! 回上一頁