OQL Join Un-associated table

0
Is it possible to join 2 tables in OQL if there is no association between them? e.g. Select * From Table1 Inner Join Table2 ON Table1..ColumnA = Table2..ColumnB
asked
1 answers
0

Found answer in Documentation...

answered