REGEXP_REPLACE(
TO_CHAR(INTERNTIMESTAMP, 'Mon FMDD YYYY HH:MI:SS:FF3AM'),
' 0([1-9]:)', ' \1'
) AS INTERNTIMESTAMP_STR
For further actions, you may consider blocking this person and/or reporting abuse
REGEXP_REPLACE(
TO_CHAR(INTERNTIMESTAMP, 'Mon FMDD YYYY HH:MI:SS:FF3AM'),
' 0([1-9]:)', ' \1'
) AS INTERNTIMESTAMP_STR
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)