Hi,
can you help me how to perform this query with Ignite SQL.
I have this class
class ClientUpdate
{
private final String registrationId;
private final LinkObject[] objectLinks;
}
class LinkObject implements Serializable{
private final Integer objectId;
private final Integer objectInstanceId;
private final Integer resourceId;
}
I can't use join because LinkObject has no ref with ClientUpdate.
I need to create query "Slect all ClientUpdates" where linkObject.objectId=?
and resourceId=?
Thank you in advance
Devis
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/SQLQuery-tp8785.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.