Table of ContentsPreviousNext

Ispirer
Please, note, that Ispirer SQLWays 6.0 is no longer supported and provided to clients.
You can try out automated conversion of databases and applications with Ispirer Toolkit for free. Download free trial.
Check out the relevant toolkit documentation.


Ispirer SQLWays Database Migration Software

CHAR and VARCHAR

CHAR(n)

Fixed-length character data with length of n characters. n must be a value from 1 through 255. CHAR columns are padded with blanks. You must specify the size for CHAR columns.

VARCHAR(n)

Variable-length character data with length of n characters. n must be a value from 1 through 254. VARCHAR columns are not padded with blanks. You must specify the size for VARCHAR columns.


Table of ContentsPreviousNext
Copyright 1999-2023 Ispirer Systems.
Ispirer and SQLWays are registered trademarks. All other product names may be trademarks of the respective companies.
All rights reserved.