Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Query Alias
Message
From
30/07/2018 00:00:56
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
Query Alias
Miscellaneous
Thread ID:
01661376
Message ID:
01661376
Views:
55
Hi all

this is a silly query, I know. But, I just want to know what is the purpose of "MyAlias" as the end of the query?

select * from
(
select hired from employee where hired between '2011-1-5' and '2015-12-31'
) MyAlias


TIA
Next
Reply
Map
View

Click here to load this message in the networking platform