3 строки
71 B
MySQL
3 строки
71 B
MySQL
|
create database if not exists testdb;
|
||
|
use testdb;
|
||
|
drop database testdb;
|