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

4 lines
88 B
MySQL
Raw Normal View History

2022-05-13 20:09:44 +08:00
CREATE DATABASE numismatics;
CREATE TABLE table1 (att_decimal DECIMAL PRIMARY KEY);