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
Hi,
I try to create a query (for the very beginning with my DB tool DBVisualizer) in order to count the tasks created today.
Something like select * from TMTask where creationDate == date('now');
As I saw, column TMTask.creationDate is of type REAL and sqlite function date(...) can convert dates, but how I can combine both in order to archive my goal ?
After I got the query working, I hopefully can setup a plugin for using it together with the things.sh....
Kind regards
Dominik
The text was updated successfully, but these errors were encountered:
Hi,
I try to create a query (for the very beginning with my DB tool DBVisualizer) in order to count the tasks created today.
Something like
select * from TMTask where creationDate == date('now');
As I saw, column TMTask.creationDate is of type REAL and sqlite function
date(...)
can convert dates, but how I can combine both in order to archive my goal ?After I got the query working, I hopefully can setup a plugin for using it together with the things.sh....
Kind regards
Dominik
The text was updated successfully, but these errors were encountered: