OrientDB - How to append a string with SQL

笑着哭i 提交于 2019-12-24 07:55:21

问题


I am trying to update a string with another string using SQL.

UPDATE #9:14 set foo = (SELECT foo.append('abc')FROM #9:14)

returns: ['123abc']

This does what I want with the exception that it wraps the string in brackets. Is there a better solution?

来源:https://stackoverflow.com/questions/42665658/orientdb-how-to-append-a-string-with-sql

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!