Possible Duplicate:
Transact-SQL shorthand join syntax?
I ran across a T-SQL script that does something like this in the where clause:
...
where o.obj_code *= c.prv_code
I can't seem to find any documentation on the *= operator. Can anyone explain its use and maybe point to some documentation on it? Is this specific to T-SQL?