반응형
ex)
select
no_goods
from
(
select
no_goods
from
tm_goods a ,
tm_codes b
where
a.gb_goods = b.cd_code
and b.ds_code = '001'
and a.gb_goods = '001'
order by dbms_random.value
)
where
rownum = 1
no_goods
from
(
select
no_goods
from
tm_goods a ,
tm_codes b
where
a.gb_goods = b.cd_code
and b.ds_code = '001'
and a.gb_goods = '001'
order by dbms_random.value
)
where
rownum = 1
반응형
'Story > oracle' 카테고리의 다른 글
php 에서 pear 를 사용해 oracle 값을 받아올때 컬럼명을 대문자 대신 소문자로 받고싶을때.. (0) | 2009.04.21 |
---|---|
[펌] Oracle SQL Developer (0) | 2009.01.31 |
NLS_LANG 값을 php 에서 설정할때 (0) | 2009.01.30 |
Oracle 관련 유용한 사이트 (0) | 2009.01.19 |
[스크랩] [db]줏어옴.. 달력만들기 쿼리 (0) | 2009.01.19 |