mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-08-18 12:08:22 +00:00
8 lines
123 B
SQL
8 lines
123 B
SQL
create database illegal-database;
|
|
|
|
create database 'illegal-database';
|
|
|
|
create database '㊙️database';
|
|
|
|
show databases;
|