blob: 4743ca6b87911e4608fb138b8453ed2895830b81 (
plain) (
blame)
1
2
3
4
5
|
/* postgres can not */
SELECT
cast(CurrentUtcDate() as string) as `date`,
cast(CurrentUtcDatetime() as string) as `datetime`,
cast(CurrentUtcTimestamp() as string) as `timestamp`;
|