How do do extract(epoch from interval) #1921
HoneyryderChuck
started this conversation in
General
Replies: 1 comment 1 reply
-
Is it possible that |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi 👋 ,
I'm trying to build a query to calculate the median, based on the calculation of the interval between two timestamps (most of the examples around imply that the calculated value is already in a column).
I'm trying to build the following expression for the task:
I've half done it but writing the following:
but the following SQL is written:
which is invalid:
Any suggestions on how to accomplish this?
Beta Was this translation helpful? Give feedback.
All reactions