Firebird Documentation IndexFirebird 2.0 Language Ref. UpdateData types and subtypes → BLOB data type
Firebird Home Firebird Home Prev: BIGINT data typeFirebird Documentation IndexUp: Data types and subtypesNext: New character sets

BLOB data type

Changed in: 2.0

Description: Several enhancements have been implemented for BLOBs:

Example: 

select NameBlob from MyTable
  where NameBlob collate pt_br = 'João'
Prev: BIGINT data typeFirebird Documentation IndexUp: Data types and subtypesNext: New character sets
Firebird Documentation IndexFirebird 2.0 Language Ref. UpdateData types and subtypes → BLOB data type