Progress Monitor for IdealProgrammer.com

Take Swift, Intelligent, Massive, Planned, Loving, Effective (S.I.M.P.L.E.) Action to Transform Self into Ideal




Please login

 

Column AS Alias SQL Server Syntax Example

Description: Illustrates the SQL Server syntax for the SELECT AS .

Syntax: SELECT [ ALL | DISTINCT ] [TOP ( expression ) [PERCENT] [ WITH TIES ] ] column1 AS displayname1, column2 AS displayname2 [ INTO new_table ] [ FROM { table_source } [ ,...n ] ] [ WHERE search_condition AND search_condition ] [ GROUP BY ] [ HAVING search_condition ] – AS allows you change column name that is displayed and also allows you to group several columns into one

 

Column AS Alias SQL Server Syntax Example Code:



Results for Column AS Alias SQL Server Syntax Example: