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
1 answers
2

To be short: absolutely yes.

answered