Skip to content

subquery not returning result #27

@hboumedane

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 ?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions