728x90
SMALL

-- 코드를 입력하세요
SELECT
PT_NAME,
PT_NO,
GEND_CD,
AGE,
NVL(TLNO,'NONE') as TLNO
from 

PATIENT
where AGE <= 12 and 

GEND_CD = 'W'
order by 

AGE DESC, PT_NAME;



728x90

설정

트랙백

댓글