oracle获取随机记录
select * from (select * from ford_car order by dbms_random.value ) where rownum < 1001