This is an old revision of the document!


Administration: Chapter

Topic

Subtopic

Characteristics CHAR C STRING VARCHAR CLOB

Datatype Characteristics
Character data allowed Y Y Y Y
Binary data allowed N N N N
Embedded nulls allowed Y Y
Null-terminated Y
Data_lengths required Y Y
Max size 4,095 64mb 4,095 64mb

Usage Characteristics
Select item of simple query Y Y Y Y
Select item of outer query Y Y Y Y
Select item of nested query Y Y Y N
Select item of INSERT Y Y Y N
Select item of set operation Y Y Y Y
Table joins Y Y Y N
WHERE clause Y Y Y Limited1)
GROUP BY clause Y Y Y N
ORDER BY clause Y Y Y N
HAVING clause Y Y Y N
SELECT INTO clause Y Y Y N
Aggregate functions Y Y Y N
SQL Functions Y Y Y Limited2)
N

Update Characteristics
Inserts, updates and deletes Y Y Y N
————————————————————————–—————-—————-—————-—————-

Additional Resources

See also:

1)
Limited to use of LIKE, $CONTAINS and IS NULL operators
2)
See individual functions for compatibility with CLOB datatype
 
Back to top
admin/indexing/text/clob.1295976312.txt.gz · Last modified: 2016/06/28 22:38 (external edit)