BETWEEN AND
Description:
Illustrates the SQL Server syntax for the BETWEEN AND .
Syntax:
SELECT [ ALL | DISTINCT ]
[TOP ( expression ) [PERCENT] [ WITH TIES ] ]
select_list
[ INTO new_table ]
[ FROM { table_source } [ ,...n ] ]
[ WHERE column1 BETWEEN lowerbound AND upperbound ]
[ GROUP BY ]
[ HAVING search_condition ]
– AS allows you change column name that is displayed and also allows you to group several columns into one