Updated on 2024-05-29 GMT+08:00

Syntax Compatibility of Common Data Sources

Syntax

Hive

MPPDB

Elasticsearch

HBase

HetuEngine (Cross-domain)

ClickHouse

Hudi

MySQL

show schemas of databases

Y

Y

Y

Y

Y

Y

Y

Y

create schema of databases

Y

Y

N

Y

N

N

Y

N

use schema of databases

Y

Y

Y

Y

Y

Y

Y

Y

alter schema of databases

Y

N

N

N

N

N

N

N

drop schema of databases

Y

Y

Y

Y

N

N

Y

N

show tables/show create table/show functions/show session of tables

Y

Y

Y

Y

Y

Y

Y

Y

create of tables

Y

Y

N

Y

N

N

N

N

create table TABLENAME as of tables

Y

Y

Y

Y

N

N

N

N

insert into TABLENAME values of tables

Y

Y

Y

Y

Y

N

N

N

insert into TABLENAME select of tables

Y

Y

Y

Y

Y

N

N

N

insert overwrite TABLENAME values of tables

Y

N

N

N

N

N

N

N

insert overwrite TABLENAME select of tables

Y

N

N

N

N

N

N

N

alter of tables

Y

Y

N

N

N

N

N

N

select of tables

Y

Y

Y

Y

Y

Y

Y

Y

update of tables

Y

Y

Y

N

N

N

N

N

delete of tables

Y

Y

Y

Y

N

N

N

N

drop of tables

Y

N

Y

Y

Y

N

N

N

desc/describe TABLENAME of tables

Y

Y

Y

Y

Y

Y

Y

Y

analyze of tables

Y

Y

Y

N

N

N

Y

N

comment of tables

Y

N

N

N

N

N

N

N

explain of tables

Y

Y

Y

Y

Y

N

Y

N

show stats of tables

Y

Y

Y

N

N

N

Y

N

show columns of tables

Y

Y

Y

Y

Y

Y

Y

Y

select column of tables

Y

Y

Y

Y

Y

Y

Y

Y

create view of views

Y

Y

N

N

N

N

N

N

create or replace view of views

Y

N

N

N

N

N

N

N

alter of views

Y

N

N

N

N

N

N

N

drop of views

Y

N

N

N

N

N

N

N

select of views

Y

Y

N

N

Y

Y

Y

Y

desc/describe VIEWNAME of views

Y

Y

N

N

Y

Y

Y

Y

show views/show create view of views

Y

Y

N

N

N

Y

Y

Y

show columns of views

Y

Y

Y

Y

Y

Y

Y

Y

select column of views

Y

Y

Y

Y

Y

Y

Y

Y