【发布时间】:2021-11-09 14:30:50
【问题描述】:
我正在使用 Amazon Neptune 图形数据库。我有一个 Java 中的 SQL 查询。
select start_dt from maint_actv where rec_id = "+ Id + " and start_dt is not null limit 1
Q) Gremlin 中“start_dt is not null”如何表达?
【问题讨论】:
标签: java gremlin amazon-neptune