Below is a a query that will convert an Oracle date type to a iso8601-formatted string. I need an is8601 formatted date. SELECT sysdate, to_char((from_tz( ...
確定! 回上一頁