标签: orientdb
我在所有顶点和边缘都有一个自定义的唯一索引,称为“ id”。我想要类似的东西
Select * from * where id='1234'
这有可能吗?
答案 0 :(得分:1)
Select * from V where id='1234'
像魅力一样工作!