A cool way to alias columns
A cool way to alias columns, dunno how useful this is, but kinda cool
Select t.alpha, t.beta, t.gamma
FROM(SELECT 11,22,33)t(alpha,beta,gamma)
Technology, Database Systems, Computer Systems Engineering, & Web Design
A cool way to alias columns, dunno how useful this is, but kinda cool
Select t.alpha, t.beta, t.gamma
FROM(SELECT 11,22,33)t(alpha,beta,gamma)
Posted by Evan Reiser at 11:39 AM
Labels: SQL Server 2005
No comments:
Post a Comment