Hi All,
i would like to convert date to time by Query.
Now i use this syntax.
DATE(CAST(From_iso8601_timestamp(ap.Payment_Datetime__c) AS timestamp) AT TIME ZONE 'Asia/Singapore') AS payment_date,
and i got this data
i would like to get data like payment_date_original (date type)
Many Thanks