首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

oracle 随机函数的非一般用法 随机得到一条数据

2012-07-04 
oracle 随机函数的特殊用法 随机得到一条数据oracle 随机函数的特殊用法 随机得到一条数据:?select *from

oracle 随机函数的特殊用法 随机得到一条数据

oracle 随机函数的特殊用法 随机得到一条数据:

?

  select *  from (select * from test_wsg_20110207  where ob_status =1 order by dbms_random.value)  where rownum=1;
?

热点排行