Hello,
Is it possible to do the following in open SQL:
select a~somefield from tableA as a, tableB as B
where akeyfield = bkeyfield.
Or is it a must to use joins when selecting date from multiple tables?
Kind regards,
J.