Table of Contents

About

Binary large object (BLOB) is a SQL data type suited to store a blob file (ie binary data).

In a database, a blob is implemented via pointer to the local file system (known as a lob (large object)

SQL queries restrictions

It is generally not allowed to use them in a: