Syntax shorthand
The types nchar and nvarchar are shorthand for other syntax.
- nchar(m) is equivalent to:
- national character(m)
- national char(m)
- nvarchar(m) is equivalent to:
- national character varying(m)
- national char varying(m)
The types nchar and nvarchar are shorthand for other syntax.