简体   繁体   English

使用长度条件删除 Arango DB UI 中的记录

[英]Remove records in Arango DB UI with length condition

I want to delete some records from ArangoDB UI through the length condition.我想通过长度条件从 ArangoDB UI 中删除一些记录。

For example : For a collection, I want to delete records that are having the length of a string object as 9例如:对于集合,我想删除字符串对象长度为 9 的记录

FOR item IN collection
  FILTER LENGTH(item.string) > 5
REMOVE item IN collection

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM