首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

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

2012-02-22 
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是功能并不是很强大,很多东西都不支持的。

热点排行