You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
countEntries:
SELECTc.description,
(SELECTCOUNT(*) FROM todos WHERE category =c.id) AS amount
FROM categories c
UNION ALLSELECTnull, (SELECTCOUNT(*) FROM todos WHERE category IS NULL);
The text was updated successfully, but these errors were encountered:
I would love to write queries like this example from your documentation in pure dart.
The text was updated successfully, but these errors were encountered: