테이블 컬럼 조회 (순서 고려)
SELECT * FROM all_tab_columns
WHERE table_name = upper('table name')
ORDER BY column_id;