Skip to content
New issue

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

out("**")[ *** > number ] does not work #2517

Closed
derek0377 opened this issue Jun 26, 2014 · 3 comments
Closed

out("**")[ *** > number ] does not work #2517

derek0377 opened this issue Jun 26, 2014 · 3 comments
Assignees
Labels

Comments

@derek0377
Copy link

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

@derek0377
Copy link
Author

Hi,another question, does the out filter support "distinct" key word?

something like out("***")[distinct @Rid] ?

@enisher
Copy link
Contributor

enisher commented Jun 27, 2014

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

  • Orient Technologiesthe Company behind OrientDB*

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)
.

@lvca lvca removed the bug label Apr 8, 2015
@lvca
Copy link
Member

lvca commented Jul 15, 2015

Closed because no answer after a while. In case please comment this issue or reopen it if you're the author.

@lvca lvca closed this as completed Jul 15, 2015
@lvca lvca self-assigned this Jul 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

4 participants