We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,sorry to distrbute.
This my sql work well:
select count( distinct(@Rid)) from ( select expand(out('bu_server').out('server_release')[appId = 130500]) from #21:2 )
appId is INTEGER which set by "create property xmonreleases.appId INTEGER"
this my sql does not work
select count( distinct(@Rid)) from ( select expand(out('bu_server').out('server_release')[appId > 130500]) from #21:2 )
does the out filter support ">" ?
Thank you
The text was updated successfully, but these errors were encountered:
Hi,another question, does the out filter support "distinct" key word?
something like out("***")[distinct @Rid] ?
Sorry, something went wrong.
Hi Derek,
No, distinct in filter is not supported. The comparison operators should work in this notation, could you post a bug report with the dataset provided?
Best regards, Artem Orobets
2014-06-26 13:07 GMT+03:00 derek0377 notifications@github.com:
Hi,another question, does the out filter support "distinct" key word? something like out("***")[distinct @Rid https://github.com/rid] ? — Reply to this email directly or view it on GitHub #2517 (comment) .
something like out("***")[distinct @Rid https://github.com/rid] ?
— Reply to this email directly or view it on GitHub #2517 (comment) .
Closed because no answer after a while. In case please comment this issue or reopen it if you're the author.
lvca
No branches or pull requests
Hi,sorry to distrbute.
This my sql work well:
select count( distinct(@Rid)) from ( select expand(out('bu_server').out('server_release')[appId = 130500]) from #21:2 )
appId is INTEGER which set by "create property xmonreleases.appId INTEGER"
this my sql does not work
select count( distinct(@Rid)) from ( select expand(out('bu_server').out('server_release')[appId > 130500]) from #21:2 )
does the out filter support ">" ?
Thank you
The text was updated successfully, but these errors were encountered: