like I create a schema: test, I want the default date to 2020-01-01, so when I do
select test.now;
the result is 2020-01-01
On Mon, Nov 9, 2020 at 9:44 PM David G. Johnston <david.g.johnston@xxxxxxxxx> wrote:
On Mon, Nov 9, 2020 at 9:08 AM mark armon <1994hejian@xxxxxxxxx> wrote:How to set up a schema default date (now) to '2020-01-01'? Whatever timezone would be OK.What is a "schema default" (date or otherwise)?David J.