:wave: How can I get the difference between two da...
# orm-help
j
πŸ‘‹ How can I get the difference between two dates while reading from the db?
r
@jignesh karamchandani πŸ‘‹ Do you want to find the difference b/w the dates of two records?
j
I have a two dates in the same record and I want difference between the... say checkin and checkout dates
r
Fetching that directly isn’t possible at the moment. You would need to use a raw query in this case.
j
Thanks for the helpπŸ˜„
πŸ™Œ 1