Using PHP, I have a simple database that may store multiple items with the same content. I want to delete the first occurrence of an instance when I use DELETE.
How
From here, it seems that you have to compile the SQLite source code using
#define SQLITE_ENABLE_UPDATE_DELETE_LIMIT
in order to enable it.