You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 2, 2019. It is now read-only.
It would be nice to have a block defining the subquery:
query=Rorient::Query.select(ODB).subquery{from(Event).where{name('Rorient Conference')}}.fields("name","surname").osql# => SELECT name,surname FROM (SELECT FROM Entity WHERE name = 'Rorient Conference') /-1
The text was updated successfully, but these errors were encountered:
SELECT
andSELECT EXPAND
queries can have aFROM
subquery but it must be initialized before it can be built:It would be nice to have a block defining the subquery:
The text was updated successfully, but these errors were encountered: