Ampersand in sqlite query

Posted by Denis Gorodetskiy on Stack Overflow See other posts from Stack Overflow or by Denis Gorodetskiy
Published on 2010-06-07T05:02:35Z Indexed on 2010/06/07 5:12 UTC
Read the original article Hit count: 340

Filed under:
|
|
|

How to construct sqlite query containing ampersand in filter:

SELECT id FROM mediainfo WHERE album="Betty & Kate";

I use sqlite C interface (sqlite3_bind_text() and ? marks while query building) but neither C query nor SQLite Administrator return any data

© Stack Overflow or respective owner

Related posts about sql

Related posts about query