-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
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 ?