I need to use NOW() in Postgres 11.5 and need to get the date like below:
2019-10-07
aka YYYY-MM-DD style. How do I do this? Just using NOW() alone gives me a huge string with time and everything.
I need to use NOW() in Postgres 11.5 and need to get the date like below:
2019-10-07
aka YYYY-MM-DD style. How do I do this? Just using NOW() alone gives me a huge string with time and everything.