以前dremio 对于基于sql 的数据集创建使用的命令是create vds <datasetname> as select * from <source>
新的调整为了 create view <datasetname> as select * from <source>
说明
对于数据集的操作同时还支持其他修改命令,同时两个命令都可以使用
参考资料
https://docs.dremio.com/current/reference/sql/commands/datasets/
标签:dremio,创建,create,命令,sql,select From: https://www.cnblogs.com/rongfengliang/p/17791017.html