Join Slack
Powered by
Is there a way to output a datetime using the user...
# suiteql
b
burkybang
02/11/2022, 2:23 PM
Is there a way to output a datetime using the user's preferred date format, time format, and timezone? What I've tried so far:
Copy code
SELECT TO_CHAR(sysdate, 'DS TS') FROM DUAL
m
michoel
02/12/2022, 10:45 AM
Try CURRENT_DATE
4
Views
Open in Slack
Previous
Next