Question
Relational join query in ThingWorx
Is there something equivalent to a simple SQL Join query as below in ThingWorx:
SELECT T1.Name, T2.Name, T2.Date FROM
Table1 T1 INNER JOIN Table2 ON T1.Name = T2.Nname
Is there something equivalent to a simple SQL Join query as below in ThingWorx:
SELECT T1.Name, T2.Name, T2.Date FROM
Table1 T1 INNER JOIN Table2 ON T1.Name = T2.Nname
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.