difference between two dates in DBeaver #19575
Unanswered
jfferry
asked this question in
DBeaver Development
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to calculate the difference between two dates in DBeaver. I have 6 fields: three fields for yyyy, mm, and dd for the start date, and three other fields for yyyy, mm, and dd for the end date. I imagine that I need to start by creating two new fields, one for the start date and one for the end date, and then calculate the difference between the two dates in a third field.
Beta Was this translation helpful? Give feedback.
All reactions