What is the TO_CHAR function to print the "l_eff_dt='1951/01/01 0:00:00' (date)"
Summary:
I need to print the value of effective date .
l_eff_dt='1951/01/01 0:00:00' (date)
l_log = ESS_LOG_WRITE(FORMULA_NAME ||'l_eff_dt:' to_char(l_eff_dt))
Will log message print the date with time stamp in the manner "2024/10/25 3:45:12"?
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
Tagged:
0