A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mariadb.com/docs/server/reference/data-types/string-data-types/long-varcharacter below:

LONG VARCHARACTER | MariaDB Documentation

LONG VARCHARACTER | MariaDB Documentation
  1. Reference
  2. Data Types
  3. String Data Types
LONG VARCHARACTER

See MEDIUMTEXT.

CREATE TABLE long_varcharacter_example (
  example LONG VARCHARACTER
);
SHOW CREATE TABLE long_varcharacter_example\G
*************************** 1. row ***************************
       Table: long_varcharacter_example
Create Table: CREATE TABLE `long_varcharacter_example` (
  `example` mediumtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1

This page is: Copyright © 2025 MariaDB. All rights reserved.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4