新手请教大佬执行math语句报错

这个limit不能下推到m的,你得给m加一些其他限制。比如

match(m)-[:follow]->() where id(m)=="" return m limit 10

#有索引
match(m)-[:follow]->() where m.name=="" return m limit 10
1 个赞