You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the end of page, just like the description says "NLS formatting will not affect the query results for dates.", the following content is not correct:
ivorysql=# select * from test_nls_date;
a | created_at
---+------------
1 | 2024-04-05
2 | 2024-04-15
(2 rows)
It should be:
ivorysql=# select * from test_nls_date;
a | created_at
---+------------
1 | 24-04-05
2 | 24-04-15
(2 rows)