timezone convertion
I am quering the table with column TIMESTAMP(6) WITH TIME ZONE
and returns the following values
15-FEB-18 10.00.04.301074 PM PST8PDT
Here is in HK with timezone GMT+8
how to convert the column to return the local time in Hong Kong?
0