### 전체 소문자(Alias)
select NLS_LOWER( column_name)||','
from USER_TAB_COLUMNS
where table_name = upper('mobile_csorder_master')
order by column_id