You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have the option to use date_diff that outputs the time difference in milliseconds.
Ex: DATE_DIFF(milliseconds, my_timestamp_field, UTCNOW())
The text was updated successfully, but these errors were encountered:
I do not think so. I believe SQL92 has intervals and relies on extract to grab scalars from an interval. date_diff seems to be a common date related function across DB implementations.
I do not recall the source for adding this issue though (ask from someone or "coverage" for date_diff not sure)
It would be nice to have the option to use date_diff that outputs the time difference in milliseconds.
Ex:
DATE_DIFF(milliseconds, my_timestamp_field, UTCNOW())
The text was updated successfully, but these errors were encountered: