Morning Folks,
This is my first encounter with joins being included in the WHERE clause and I'm probably going to ask a pretty basic question but is the following code snippet the equivalent to an INNER JOIN;
AND (Table1.Column1 = Table2.Column2(+))
I've been given a query taken from a business objects report and I'm trying to reproduce it in management studio with TSQL.