Does TSQL support natural and EQUI joins?

  • I am trying to find some information on this, but it seems like TSQL doesn't support natural joins and EQUI joins.  Is this true?

  • An equi join is simply a subset of a join.  The criteria is an equality operator, as I understand things.

    A natural join is an extension of PL-SQL, MySQL, and maybe a couple others.  T-SQL does not support this syntax.

    Michael L John
    If you assassinate a DBA, would you pull a trigger?
    To properly post on a forum:
    http://www.sqlservercentral.com/articles/61537/

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

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