Outer join in SQL Statement

  • Hello All!

    I am a developer and write SQL and SPs every day; some days all it is is SPs. Anyway, I had heard a rumor that the outer join "function" using '*=' in the WHERE clause, is going to be deprecated in SQL 2005 (we use SQL 2000). Does anyone know if this is true? I thought that the '*=' syntax was ANSI standard. I could be wrong though. I want to make sure my code is going to work with the new version of SQL Server.

    Thanks!

  • *= was a Transact-SQL shorthand, not an ANSI standard.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply