SQL dateAdded
Posted: Thu Jun 26, 2014 9:20 am
This was discussed a few years ago (topic: SQL date) but I'm asking whether this has changed.
Is it possible to use SQL to create Smart Groups to include refs entered before, after, or between certain dates?
Looking at how the "Added in last 2 weeks" group works, it seems funny that I can't run other SQL queries based on dateAdded. (At least I couldn't make it work.) If it's not possible at the moment, could it be added in the future?
I know, you can indeed sort your dabase by the date. But as the database grows larger it would be nice to have more ways to handle sub-sections of the library.
At the moment I'm circumventing this by using SQL query to find "Added in the last X weeks", always modifying the amount of weeks. But this might get me in trouble if I forget to change the amount at some point.
Is it possible to use SQL to create Smart Groups to include refs entered before, after, or between certain dates?
Looking at how the "Added in last 2 weeks" group works, it seems funny that I can't run other SQL queries based on dateAdded. (At least I couldn't make it work.) If it's not possible at the moment, could it be added in the future?
I know, you can indeed sort your dabase by the date. But as the database grows larger it would be nice to have more ways to handle sub-sections of the library.
At the moment I'm circumventing this by using SQL query to find "Added in the last X weeks", always modifying the amount of weeks. But this might get me in trouble if I forget to change the amount at some point.