SQL Alias as Table.column
Posted
by bakerjr
on Stack Overflow
See other posts from Stack Overflow
or by bakerjr
Published on 2010-04-28T06:50:49Z
Indexed on
2010/04/28
6:53 UTC
Read the original article
Hit count: 288
sql
|sql-server
hi, is it possible to alias an aggregate function in a select clause as AliasTable.AliasColumn? The reason is because I want minimum modifications in my arrays (I'm using PHP). Thanks!
P.S. I'm using SQl Server 2008
© Stack Overflow or respective owner