Syntax Compatibility of Common Data Sources
Syntax |
Hive |
MPPDB |
HBase |
HetuEngine (Cross-domain) |
Carbondata |
ClickHouse |
Hudi |
show schemas of databases |
Y |
Y |
Y |
Y |
Y |
Y |
Y |
create schema of databases |
Y |
Y |
Y |
N |
Y |
N |
Y |
use schema of databases |
Y |
Y |
Y |
Y |
Y |
Y |
Y |
alter schema of databases |
Y |
N |
N |
N |
N |
N |
N |
drop schema of databases |
Y |
Y |
Y |
N |
Y |
N |
Y |
show tables/show create table/show functions/show session of tables |
Y |
Y |
Y |
Y |
Y |
Y |
Y |
create of tables |
Y |
Y |
Y |
N |
Y |
N |
N |
create table TABLENAME as of tables |
Y |
Y |
Y |
N |
Y |
N |
N |
insert into TABLENAME values of tables |
Y |
Y |
Y |
Y |
Y |
N |
N |
insert into TABLENAME select of tables |
Y |
Y |
Y |
Y |
Y |
N |
N |
insert overwrite TABLENAME values of tables |
Y |
N |
N |
N |
N |
N |
N |
insert overwrite TABLENAME select of tables |
Y |
N |
N |
N |
N |
N |
N |
alter of tables |
Y |
Y |
N |
N |
Y |
N |
N |
select of tables |
Y |
Y |
Y |
Y |
Y |
Y |
Y |
update of tables |
Y |
Y |
N |
N |
Y |
N |
N |
delete of tables |
Y |
Y |
Y |
N |
Y |
N |
N |
drop of tables |
Y |
N |
Y |
Y |
Y |
N |
N |
desc/describe of tables |
Y |
Y |
Y |
Y |
Y |
Y |
Y |
analyze of tables |
Y |
Y |
N |
N |
Y |
N |
Y |
comment of tables |
Y |
N |
N |
N |
Y |
N |
N |
explain of tables |
Y |
Y |
Y |
Y |
Y |
N |
Y |
show stats of tables |
Y |
Y |
N |
N |
N |
N |
Y |
show columns of tables |
Y |
Y |
Y |
Y |
Y |
Y |
Y |
select column of tables |
Y |
Y |
Y |
Y |
Y |
Y |
Y |
create view of views |
Y |
Y |
N |
N |
Y |
N |
N |
create or replace view of views |
Y |
N |
N |
N |
Y |
N |
N |
alter of views |
Y |
N |
N |
N |
Y |
N |
N |
drop of views |
Y |
N |
N |
N |
Y |
N |
N |
select of views |
Y |
Y |
N |
Y |
Y |
Y |
Y |
desc/describe of views |
Y |
Y |
N |
Y |
Y |
Y |
Y |
show views/show create view of views |
Y |
Y |
N |
N |
Y |
Y |
Y |
show columns of views |
Y |
Y |
Y |
Y |
Y |
Y |
Y |
select column of views |
Y |
Y |
Y |
Y |
Y |
Y |
Y |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.