未能创建字符串 属性,我如何知道哪些记录有问题?

Fail to create string property, how can I know which records are problematic?

我正在尝试通过以下方式创建 属性:

CREATE PROPERTY Entity.entity_name STRING

我收到以下错误:

The database contains some schema-less data in the property 'Entity.entity_name' that is not compatible with the type STRING. Fix those records and change the schema again

我怎么知道哪些记录有问题?我有超过 300,000 条记录

您可以使用这个查询

select @rid from Entity where entity_name.type() <> "STRING limit -1"

示例:

我创建了这些记录