- Documentation
- Installation
- Data Import
- Client APIs
- SQL
- Introduction
- Statements
- Overview
- Select
- Insert
- Delete
- Update
- Create Schema
- Create Table
- Create View
- Create Sequence
- Create Macro
- Drop
- Alter Table
- Copy
- Export
- Query Syntax
- Data Types
- Expressions
- Functions
- Overview
- Numeric Functions
- Text Functions
- Pattern Matching
- Date Functions
- Timestamp Functions
- Time Functions
- Interval Functions
- Date Formats
- Date Parts
- Blob Functions
- Nested Functions
- Indexes
- Aggregates
- Window Functions
- Samples
- Pragmas
- Full Text Search
- Development
- Sitemap
- Why DuckDB
- FAQ
- Code of Conduct
- Live Demo
Blob Functions
Version 0.3.1
This section describes functions and operators for examining and manipulating blob values.
Function | Description | Example | Result |
---|---|---|---|
blob || blob |
Blob concatenation | '\xAA'::BLOB || '\xBB'::BLOB |
\xAABB |
octet_length( blob ) |
Number of bytes in blob | octet_length('\xAABB'::BLOB) |
2 |
Search Shortcut cmd + k | ctrl + k