mirror of https://gitee.com/openkylin/db5.3.git
4 lines
88 B
MySQL
4 lines
88 B
MySQL
![]() |
|
||
|
CREATE DATABASE numismatics;
|
||
|
|
||
|
CREATE TABLE table1 (att_decimal DECIMAL PRIMARY KEY);
|