I type select (signup_date - CURRENT_DATE) from table
I get a result like { "days": -76, "hours": -3 }
How do I transform it to int? So that I can compare it to other numbers.
For example, if signup_date - CURRENT_DATE > 5
, then do something
Also, what format is that? { "days": -76, "hours": -3 }