> For the complete documentation index, see [llms.txt](https://mariadb.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mariadb.com/docs/server/reference/data-types/string-data-types/clob.md).

# CLOB

## Overview

This is a synonym for [LONGTEXT](/docs/server/reference/data-types/string-data-types/longtext.md).

## EXAMPLES

```sql
SET sql_mode='oracle';

CREATE TABLE clob_example (
  example CLOB
);
```

```sql
SHOW CREATE TABLE clob_example\G
```

```sql
*************************** 1. row ***************************
       Table: clob_example
Create Table: CREATE TABLE "clob_example" (
  "example" longtext DEFAULT NULL
)
```

<sub>*This page is: Copyright © 2025 MariaDB. All rights reserved.*</sub>

{% @marketo/form formId="4316" %}
