SQLite Forum

"ON clause references tables to its right"
Login
> It executes fine in the CLI but not within a programmatic call to sqlite3_exec using C#: it gives the error

Are the CLI and your C# application running the same SQLite version?
What does "SELECT sqlite_source_id();" say for each?