pablo
05/02/2023, 6:13 PMtransaction
table, all TIMESTAMP
fields are truncated/formatted like M/DD/YYYY
....If I was able to alter the sql session with something like: ALTER SESSION SET NLS_DATE_FORMAT = 'YYYY-MM-DD HH24:MI:SS';
-- then that would save me from having to use the TO_CHAR
for every TIMESTAMP/DATETIME
column in a table.CD
05/03/2023, 7:23 AMpablo
05/03/2023, 10:55 AMTO_CHAR()
function to get around this?