In converting some code from Netezza to Snowflake, I've come across what seems to be a gap in Snowflake.
The format is:
TO_CHAR(<date/time field>,'SSSS')
The parameter SSSS is defined as Seconds past midnight.
Snowflake cannot extract time below the second level, e.g. millisecond, microsecond, nanosecond.
Am I missing something? Other alternatives?