Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Transact-SQL (2000)
 Query Syntax Question

Author  Topic 

cbremar
Starting Member

2 Posts

Posted - 2005-01-17 : 14:33:58
I am fairly new to Transact-SQL. Can you use table alias names in a SELECT statement?

SELECT a.blah, b.blah
FROM table1 a, table2 b

Thank you in advance for your help.

Hippi
Yak Posting Veteran

63 Posts

Posted - 2005-01-17 : 14:45:45
quote:
Originally posted by cbremar

I am fairly new to Transact-SQL. Can you use table alias names in a SELECT statement?

SELECT a.blah, b.blah
FROM table1 a, table2 b

Thank you in advance for your help.


Why not? and why don't u try first before posting question?
Go to Top of Page

cbremar
Starting Member

2 Posts

Posted - 2005-01-17 : 14:53:38
Sorry to disturb you.
Go to Top of Page
   

- Advertisement -