libdb/test/sql_codegen/data/char_length.sql

5 lines
105 B
MySQL
Raw Normal View History

2011-09-13 17:44:24 +00:00
CREATE DATABASE numismatics;
CREATE TABLE table1 (att_int INT(8) PRIMARY KEY,
att_char CHAR(2));