एक समारोह की भी आवश्यकता नहीं है। डिफ़ॉल्ट एक्सप्रेशन के आस-पास बस कोष्ठक लगाएं:
create temporary table test(
id int,
ts timestamp without time zone default (now() at time zone 'utc')
);
एक समारोह की भी आवश्यकता नहीं है। डिफ़ॉल्ट एक्सप्रेशन के आस-पास बस कोष्ठक लगाएं:
create temporary table test(
id int,
ts timestamp without time zone default (now() at time zone 'utc')
);