OrientDB:不能与“where”子句一起使用“update ... put ...”

时间:2012-09-21 07:32:29

标签: database nosql orientdb

我的更新查询是:

update test put phone = 'office','+123456' where name = 'luca'

错误消息是:

Found unexpected keyword 'NAME' while it was expected '[=]'

1 个答案:

答案 0 :(得分:0)

这已通过1.2.0-SNAPSHOT修复。试试吧; - )