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