On 1/18/16, James Walker <jamesw at frameforge3d.com> wrote:
> Why do I get a syntax error from this SQL?
>
> SELECT * FROM SnappedFrames WHERE EXISTS (SELECT 1 FROM FilmSizeOverrides);
>
> SQLite says the error is near SELECT, but doesn't say which SELECT.

Works when I try it.  Is there a stray non-printing character
somewhere in your SQL?

-- 
D. Richard Hipp
drh at sqlite.org

Reply via email to