Oracle随机选择一条记录SQL

Oracle随机选择一条记录SQL:

SELECT * FROM (SELECT * FROM t_enterprise_info order by dbms_random.value) WHERE rownum =1