从表中随机取一条数据

 

select * from (select * from t_say_hello order by dbms_random.value) where rownum=1 ;