December 2014
Intermediate to advanced
852 pages
17h 57m
English
SQL is not a string processing language. Character data in SQL is supported by a simple function library.
Keywords
CHARACTER(n)
CHAR(n)
NATIONAL CHARACTER(n)
NATIONAL VARYING CHARACTER(n)
NCHAR(n)
NVARCHAR(n)
UNICODE
String Equality
Soundex
Metaphone
New York State Identification and Intelligence System
Cutter tables
Sql-89 defined a CHARACTER(n) or CHAR(n) data type, which represents a fixed-length string of (n) printable characters, where (n) is always greater than zero. Some implementations allow the string to contain control characters, but this is not the usual case. The allowable characters are usually drawn from ASCII or EBCDIC character sets and most often use those collation sequences ...
Read now
Unlock full access