DEV Community

Query Filter
Query Filter

Posted on

regexp

REGEXP_REPLACE(
TO_CHAR(INTERNTIMESTAMP, 'Mon FMDD YYYY HH:MI:SS:FF3AM'),
' 0([1-9]:)', ' \1'
) AS INTERNTIMESTAMP_STR

Top comments (0)