On 8 Jan 2015, at 11:12pm, MikeSnow <michael.sab...@gmail.com> wrote:

> UPDATE t2
> SET   [*B.ANT_ORIENTATION] = 
> (SELECT t2.ANT_ORIENTATION
> FROM t2
> WHERE 
> t2.[*SSID-CELLID-SECTOR] = t1.[*B.Switch-Tower-Sector]);

You do not mention a specific row of t1, so it doesn't know what value you're 
talking about.

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

Reply via email to