Difference between revisions of "SQL Operators"

From Recital Documentation Wiki
Jump to: navigation, search
 
Line 22: Line 22:
 
!Operators
 
!Operators
 
|-
 
|-
|[[SQL Numeric operators]]
+
|[[SQL Numeric operators|Numeric operators]]
 
|-
 
|-
|[[SQL String operators]]
+
|[[SQL String operators|String operators]]
 
|-
 
|-
|[[SQL Date operators]]
+
|[[SQL Date operators|Date operators]]
 
|-
 
|-
|[[SQL Logical operators]]
+
|[[SQL Logical operators|Logical operators]]
 
|-
 
|-
|[[SQL Relational operators]]
+
|[[SQL Relational operators|Relational operators]]
 
|-
 
|-
 
|}
 
|}

Revision as of 12:48, 13 March 2009

SQL OPERATORS

Class

SQL Applications


Purpose

Operators


See Also

PREDICATES , INSERT, SELECT, UPDATE,


Description

The following operators are available:


Operators
Numeric operators
String operators
Date operators
Logical operators
Relational operators