OQL to join two Un-associated tables
2
Is it possible to join 2 tables in OQL if there is no association between them? e.g. Select * From Table1 Join Table2 ON Table1..ColumnA = Table2..ColumnB
asked
2023-03-28
Swagat Kumar Nayak
1
answers
2
To be short: absolutely yes.
answered
2023-03-28
Chris de Gelder