Relative Content

Tag Archive for sqlite

How do I select row if no other entry

I have 2 workers’ threads, one for install and one for delete. and one jobs table sqlite3. I want to select the next job to install but only if there is no job for the system to delete because the delete job needs to run first. For simplicity here is my table:

sqlite3 how do I select row if no other entry

I have 2 workers’ threads, one for install and one for delete. and one jobs table sqlite3. I want to select the next job to install but only if there is no job for the system to delete because the delete job needs to run first. For simplicity here is my table:

SQLite Date Range Not Recognized

I have a SQLite database table that contains a column for date. The date column has values that span across 2023 and 2024. The table has entries for November 2023 and May 2024.
When I execute the following sql