20250305 - SQL 날짜 형식 년월일

 select '날짜' item

     , to_char(to_date(:P127_CHECKIN, 'YYYY-MM-DD'), 'YYYY"년 "MM"월 "DD"일"') dt

  from dual

댓글 없음:

댓글 쓰기

20250315 - 글로벌 변수 Global Variables

G_USER Specifies the currently logged in user. G_FLOW_ID Specifies the ID of the currently running application. G_FLOW_STEP_ID Specifi...