Article ID: 139528
Article Last Modified on 3/14/2005
A <table name> ... is exposed ... if and only if the <table reference> does not specify a <correlation name>.
use pubs go select authors.au_lname from authors aa where au_lname like 'W%' go select aa.au_lname from authors aa where authors.au_lname like 'W%' go
au_lname ---------------------------------------- White (1 row(s) affected)
select aa.au_lname from authors aa where aa.au_lname like 'W%'
Additional query words: sql6 windows nt syntax correlation alternate
Keywords: kbinfo kbusage KB139528