You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there is a path in ISSAMENODE and other such queries, SQL2 parsing fails because the tokenizer splits on the spaces and the parser does not expect that. see also the code in parseLiteral for how strings are handled correctly.
SELECT * FROM [nt:file] AS file WHERE ISSAMENODE(file, ["/home node"])