MySQL-docs icon indicating copy to clipboard operation
MySQL-docs copied to clipboard

创建库表前检查是否存在

Open guodongxiaren opened this issue 7 years ago • 0 comments

Database

create database if not exists student;

table

create table if not exists score {
...
};
···

guodongxiaren avatar Nov 30 '18 14:11 guodongxiaren