• bar@bar.mysql.r18.ru's avatar
    New syntax: · 1726b4d8
    bar@bar.mysql.r18.ru authored
    CREATE TABLE t1(a NVARCHAR(10))
    This is for compatibility with MSSQL, DB2, Informix and some other DBMSs.
    
    Note, standard SQL doesn't have "NVARCHAR" syntax.
    There are only these syntaxes in SQL2003:
     NATIONAL VARCHAR
     NCHAR VARCHAR
     NATIONAL CHARACTER VARYING 
     NCHAR VARYING
    
    - Tests were added for all the above syntaxes.
    1726b4d8
lex.h 28.8 KB