match (v)-[e]-(v2) return v2 LIMIT 111
--the error message is not very clear
#4178
Labels
type/enhancement
Type: make the code neat or more efficient
Introduction
graph studio v3.2.3 nebulagraph版本3.0.2
match (v)-[e]-(v2) return e LIMIT 111;
做过限制还是出现Scan vertices or edges need to specify a limit number, or limit number can not push down.,
Contents
可以直接清楚返回不能支持这样语法,或需要在节点上加tag,而这样返回很容易让人费解
The text was updated successfully, but these errors were encountered: