mysql 中 You can't specify target table for update in FROM clause错误
mysql中You can't specify target table <tbl> for update in FROM clause错误的意思是说,不能先select出同一表中的某些值,再update这个表(在同一语句中)。
update issu...
Target state not found in the STATES table [SDE.DEFAULT][STATE_ID = 8802]
除了arcgis论坛说的这种情况
http://support.esri.com/technical-article/000005952
我自己分析是stateid不在status 表中了
我根据正常的sde库分析了一下,versions表中的s...