SyntaxFix
Write A Post
Hire A Developer
Questions
Wrap it in a function:
create function now_utc() returns timestamp as $$ select now() at time zone 'utc'; $$ language sql; create temporary table test( id int, ts timestamp without time zone default now_utc() );