Dataview: Unrecognized query operation 'folder' #905
-
Hello, I'm seeing this error
If I remove the last line it all works as expected:
Any help is welcomed 🙏🏻 |
Beta Was this translation helpful? Give feedback.
Answered by
blacksmithgu
Mar 2, 2022
Replies: 1 comment 1 reply
-
FROM should ooccur right after the table statement, instead of at the end of the query. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
alexito4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FROM should ooccur right after the table statement, instead of at the end of the query.