Skip to content

subquery not returning result #27

Description

@hboumedane

Hello,
I want your help about a subquery that i'm trying to run inside my code but it's not returning the result (empty ) but if a run this subquery directly i got the correct result.

 List<Event> listEvents = _eventCrud.query(new OSQLSynchQuery<>("select * from Event where @rid in (select events from tabe where uuid = ?)"), tableID);

table and event are two models link together through oneToMany relation ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions