On 16 Apr 2017, at 10:57pm, Timothy Stack <timothyshanest...@gmail.com> wrote:

>  UPDATE foo SET col0 = 'bar' WHERE hidden_field = 'baz'
> 
> Having the real syntax, like the following, would be nice though:
> 
>  UPDATE foo('baz') SET col0 = 'bar'

How would it know that 'baz' is a value for the column "hidden_field" rather 
than some other column ?

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to