sqlite 的update 不支持别名?该怎么处理

sqlite 的update 不支持别名?Update table1 a Set col1(select col2 from table2 b where ....)这里的别

sqlite 的update 不支持别名?
Update table1 a Set col1=(select col2 from table2 b where ....) 

这里的别名a不支持吗???

[解决办法]
是的,毕竟SQLite是功能并不是很强大,很多东西都不支持的。