SELECT
CTBL.sc_code,CTBL.sc_key, CTBL.sc_use,
CTBL.sc_depth, CTBL.sc_step,
CTBL.sc_name, CTBL.sc_name_e,
GET_UNIVORGN_CATE_NM(CTBL.site_code, CTBL.mkey, CTBL.sc_group,CTBL.sc_key,'_') AS sc_full_name,
CASE WHEN CTBL.sc_use='Y' THEN 1 ELSE 0 END AS isUse,
DTBL.* FROM (select * from CS_UNIVORGN_CATE where site_code='' and mkey='@UnivOrgn' and sc_group='UNV' and sc_code='035') AS CTBL LEFT OUTER JOIN CS_UNIVORGN_DATA AS DTBL ON CTBL.idx=DTBL.idx
1305:1
error file : /kr/index.php