Quote:
Originally Posted by qkqw
Sqlite is pretty finicky when it comes to NULL values. You could try to modify the query and do a
Code:
SELECT * FROM Bookmark b...
and see if anything shows up. If so, we'd need to update the formatting, if not, the query would have to be adjusted.
|
Sorry, I'm not geek enough. Where do i put this code ? What is after b... ?