The basic operations of the SQL language are assignment and comparison.
Assignment operations are performed during the execution of:
Comparison operations are performed during the execution of statements that include predicates and other language elements such as:
The basic rule for both operations is that numbers and strings are not compatible. This means that:
All character strings are compatible. For example one character string can be compared to another character string.
All numbers are compatible. (See Numeric Assignments and Numeric Comparisons for information on conversions made during assignment and comparison operations.)
|
Copyright © 2014 CA.
All rights reserved.
|
|