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-char-varying below:

LONG CHAR VARYING | MariaDB Documentation

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

See MEDIUMTEXT.

CREATE TABLE long_char_varying_example (
  example LONG CHAR VARYING
);
SHOW CREATE TABLE long_char_varying_example\G
*************************** 1. row ***************************
       Table: long_char_varying_example
Create Table: CREATE TABLE `long_char_varying_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