Release Date: August, 2015 Updates
Release Date: August, 2015 Updates
Updates:
3
4
SELECT clause general syntax: The [ ] mean this is optional. The | means "or."
5
6
7
8
9
10
11
12
13
Like character strings, Date values must also be enclosed in single quotes.
The acceptable formats for date values are:
Use either a dash or a forward slash to separate day, month and year, e.g. '20-MAR-1999', '20/MAR/1999'.
Use 3 character month, in either upper, lower or initcap format, e.g. '20/MAR/1999', '20/mar/1999',
'20/Mar/1999'.
Use 4 digit year values.
14
15
16