Was this helpful?
Edit on GitHub Export as PDF NCHAR OverviewSee NATIONAL VARCHAR.
EXAMPLESCREATE TABLE nchar_example (
example NCHAR(32)
);
SHOW CREATE TABLE nchar_example\G
*************************** 1. row ***************************
Table: nchar_example
Create Table: CREATE TABLE `nchar_example` (
`example` char(32) CHARACTER SET utf8 DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1
This page is: Copyright © 2025 MariaDB. All rights reserved.
PreviousNCHAR VARYING NextRAWLast updated 8 days ago
Was this helpful?
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