SQLite Forum

Update with table alias
Login
The RETURNING clause apparently doesn't have access to internal aliases.  If you change <pre>_old_.name</pre> to <pre>demo.name</pre> does it work ?