Browse by Tags

All Tags » sql server » alias name (RSS)
Sorry, but there are no more tags available to filter with.

Should alias names be preceded by AS?

If you ask me, I would say Yes When you write select statements and use alias names, always make sure alias names are preceded by the keyword AS . Oherwise you may get results which are unexpected and sometimes difficult to debug. Consider the following...
Posted by Madhivanan | 5 comment(s)
Filed under: ,