mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-09-21 20:55:34 +00:00
Backport upstream 7cbd20a053 for DataGrip/JDBC introspection compatibility.
Signed-off-by: discord9 <55937128+discord9@users.noreply.github.com>
16 lines
173 B
SQL
16 lines
173 B
SQL
use public;
|
|
|
|
select database();
|
|
|
|
select schema();
|
|
|
|
select user(), current_user(), system_user();
|
|
|
|
use information_schema;
|
|
|
|
select database();
|
|
|
|
select schema();
|
|
|
|
use public;
|