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
 SQL Server Development (2000)
 differences between name = col and col as name

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-06-18 : 09:14:32
Johan writes "Hi,
(SQL 7.0 sp2 / SQL2000)

Is there any difference between
SELECT myCol1 = MAX(Col1) from table

and

SELECT MAX(Col1) as myCol1 from table

The result is the same, but what goes around in SQLserver itselve ?"
   

- Advertisement -