top | item 29646450

(no title)

castorp | 4 years ago

> For example, find all users who have have been active at least 10 days.

Well, then you only need to compare the difference of the timestamp (or date) values with an interval of 10 days. e.g. end_time - start_time >= interval '10 days'

discuss

order

No comments yet.