github.com/matrixorigin/matrixone@v0.7.0/test/distributed/cases/database/create_database.result (about) 1 drop database if exists test01; 2 drop database if exists test03; 3 drop database if exists test04; 4 drop database if exists test05; 5 drop database if exists `测试数据库`; 6 drop database if exists t01234567890123456789012345678901234567890123456789012345678901234567890123456789; 7 create database test01; 8 create database IF NOT EXISTS test01; 9 create database `测试数据库`; 10 create database t01234567890123456789012345678901234567890123456789012345678901234567890123456789; 11 show databases; 12 Database 13 mo_task 14 mo_catalog 15 system 16 system_metrics 17 mysql 18 information_schema 19 create_database 20 test01 21 测试数据库 22 t01234567890123456789012345678901234567890123456789012345678901234567890123456789 23 drop database if exists test01; 24 drop database if exists test03; 25 drop database if exists test04; 26 drop database if exists test05; 27 drop database if exists `测试数据库`; 28 drop database if exists t01234567890123456789012345678901234567890123456789012345678901234567890123456789; 29 drop database if exists `TPCH_0.01G`; 30 create database if not exists `TPCH_0.01G`; 31 use `TPCH_0.01G`; 32 drop database if exists `TPCH_0.01G`; 33 drop database if exists db1; 34 create database if not exists db1; 35 show schemas; 36 Database 37 mo_task 38 mo_catalog 39 system 40 system_metrics 41 mysql 42 information_schema 43 create_database 44 db1 45 drop database if exists db1;