Hi!

I have question regarding data modelling.

Let’s say that I have `subscriptions` table with two columns `subscription_id 
text` and `next_billing_date timestamp`.

How do I model a table to efficiently query all subscriptions due today 
(something like `where next_billing_date <= today`)

Reply via email to