79781728

Date: 2025-10-03 11:39:56
Score: 1
Natty:
Report link

Why use conversion, if you can simply configure the session for all known date types:

alter session set nls_date_format = 'YYYY-MM-DD HH24:MI:SS';
alter session set nls_timestamp_tz_format='YYYY-MM-DD HH24:MI:SS.FF6 TZR';
alter session set nls_timestamp_format='YYYY-MM-DD HH24:MI:SS.FF6';
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): Why use
  • Low reputation (0.5):
Posted by: Деян Добромиров