die Seilerwerks

Chronicling Life, Love, Linux and Oracle database administration.

Posts Tagged ‘joins

Joining on substrings

without comments

Jonathan Lewis shared an example of joining two tables where the joining field on table is comprised of two fields on the other table. The original poster thought he’d need to re-design his table, but Jonathan proved otherwise with the grace and efficiency of a true Englishman.

Definitely good to know!

Written by Don Seiler

June 6, 2007 at 9:23 am

Posted in Uncategorized

Tagged with , ,

Back to Basics: Joins

with one comment

Eddie Awad has an excellent series on the various join syntaxes, demonstrating both in the “old” Oracle syntax as well as the standard ANSI SQL92 syntax. Now you can get your head around inner vs outer joins and all the rest!

I’m going to make an effort to switch to the ANSI syntax for all the reasons that he lists.

Written by Don Seiler

May 2, 2007 at 3:24 pm

Posted in Uncategorized

Tagged with ,

IT’S THE JOIN[T]!

without comments

See what I did there? 5 points to anyone who can name the reference. 10 points if you can name the original reference that I wasn’t even thinking of. Void where prohibited.

Sachin, broadcasting live from his blog Oracle Online Help, has posted a nice primer on the differences between three join types that anyone who has ever look at a query plan will be familiar with: nested loops, hash joins, and sort-merge joins.

I definitely sleep a little better knowing what these mean. Now if only I knew what everything else meant.

Written by Don Seiler

March 30, 2007 at 12:29 pm

Posted in Uncategorized

Tagged with ,