mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2025-12-27 08:29:59 +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;
|