Outer joins construction

Over the years we've worked with or supplied a variety of utilities. As questions about RattleRR, RapidRunner, PDFeXPLODE, pdfEburst, converter, librarian, data dictionary, Amyuni, etc.
Post Reply
P,_Luichinger_(Guest)
Posts: 1
Joined: Tue Oct 10, 2017 12:44 pm

Outer joins construction

Post by P,_Luichinger_(Guest) » Wed Jul 20, 2005 3:58 pm

Why does R&R create outer joins using the form {oj table_a left outer join table b on... etc. }? Is this ODBC compliant? Is there any way to leave out the {oj <some text> } but leave the text in-between?

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: Outer joins construction

Post by kfleming » Thu Jul 21, 2005 7:58 am

That syntax is ODBC compliant.__R&R uses three different outer join styles, the generic ODBC extended oj style that you reference and two different equality styles *= style WHERE clause join condition syntax or the "(+)" style WHERE clause join condition syntax.____Which syntax is used depends on the RSWSQL.INI setting that applies for a specific driver.____See the file RSWSQL.INI for more information.____Kathleen__R&R Support

Post Reply