|
|
|
#1 |
|
Messages: n/a
Hébergeur: |
We are converting some queries that were used in SQL Server 2000 to SQL
Server 2005. They have a where clause like below: where personid *= recv.personid What is the *= an OuterJoin? TIA |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
> where personid *= recv.personid
> > What is the *= an OuterJoin? Yes, "*=" is deprecated syntax for a LEFT OUTER JOIN. -- Hope this s. Dan Guzman SQL Server MVP http://weblogs.sqlteam.com/dang/ "gh" <gh@att.net> wrote in message news:%23gQXuisuIHA.524@TK2MSFTNGP05.phx.gbl... > We are converting some queries that were used in SQL Server 2000 to SQL > Server 2005. They have a where clause like below: > > where personid *= recv.personid > > What is the *= an OuterJoin? > > TIA |
|
![]() |
| Outils de la discussion | |
|
|