Between « Query « SQL Server / T-SQL Tutorial

Home
SQL Server / T-SQL Tutorial
1.Query
2.Insert Delete Update
3.Table
4.Table Join
5.Data Types
6.Set Operations
7.Constraints
8.Subquery
9.Aggregate Functions
10.Date Functions
11.Math Functions
12.String Functions
13.Data Convert Functions
14.Analytical Functions
15.Sequence Indentity
16.View
17.Index
18.Cursor
19.Database
20.Transact SQL
21.Procedure Function
22.Trigger
23.Transaction
24.XML
25.System Functions
26.System Settings
27.System Tables Views
28.User Role
29.CLR
SQL Server / T-SQL Tutorial » Query » Between 
1.9.Between
1.9.1.The syntax of the WHERE clause with a BETWEEN phrase
1.9.2.A BETWEEN phrase preceded by NOT
1.9.3.A BETWEEN phrase with the upper and lower limits coded as calculated values
1.9.4.A BETWEEN phrase with literal values
1.9.5.A BETWEEN phrase with a test expression coded as a calculated value
1.9.6.NOT BETWEEN operator can be used to search for column values that do not fall within the specified range
1.9.7.The BETWEEN operator searches for all values in the range inclusively
1.9.8.The BETWEEN operator is logically equal to two individual comparisons, which are connected with the Boolean operator AND.
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.