=* meaning in sql server

  • Hi

    I want to know what is the meaning of =* in Sql Query?

  • That would be a right outer join and should be replaced by the proper syntax as that will not function in the future.

    Hope this helps.

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • It's an obsolete right outer join operator. It should be replaced with the SQL-92 syntax RIGHT OUTER JOIN.

    Greg

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

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