On 3/8/2012 11:42 AM, Sebastian Bermudez wrote:
you can do: update t1 set (a,b)=(select a, b from t2 where t1.id=t2.id)just like oracle do....
You can't - SQLite doesn't accept this syntax. -- Igor Tandetnik _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users