db5.3/test/sql_codegen/data/char_table.sql

4 lines
86 B
SQL

CREATE DATABASE numismatics;
CREATE TABLE table1 (att_char CHAR(20) PRIMARY KEY);