SELECT * FROM table SAMPLE(20);. Note: the 20 here is an approximate percentage, not the number of rows desired. In this case, since you have 100 rows, ...
確定! 回上一頁