SQLite Forum

SELECT skips empty fields ?
Login
Of course, if the value of title or id can be null, then you have to account for that in your select since you can only IS or IS NOT against NULL -- < > = <= >= will always be false.