github.com/matrixorigin/matrixone@v1.2.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 create_database 14 information_schema 15 mo_catalog 16 mo_debug 17 mo_task 18 mysql 19 system 20 system_metrics 21 t01234567890123456789012345678901234567890123456789012345678901234567890123456789 22 test01 23 测试数据库 24 drop database if exists test01; 25 drop database if exists test03; 26 drop database if exists test04; 27 drop database if exists test05; 28 drop database if exists `测试数据库`; 29 drop database if exists t01234567890123456789012345678901234567890123456789012345678901234567890123456789; 30 drop database if exists `TPCH_0.01G`; 31 create database if not exists `TPCH_0.01G`; 32 use `TPCH_0.01G`; 33 drop database if exists `TPCH_0.01G`; 34 drop database if exists db1; 35 create database if not exists db1; 36 show schemas; 37 Database 38 create_database 39 db1 40 information_schema 41 mo_catalog 42 mo_debug 43 mo_task 44 mysql 45 system 46 system_metrics 47 drop database if exists db1;