Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
s3minio
/
views
/
view.sql
blob: e412d7543081b18c13f21d4ba2f1573da59f8b20 [
file
] [
log
] [
blame
]
create
or
replace
view
s3minio
.
tmp
.`
gitignore
/
drill_view
`
as
select
*
from
cp
.`
employee
.
json
`
limit
7
;
select
*
from
s3minio
.
tmp
.`/
gitignore
/
drill_view
`;
drop
view
s3minio
.
tmp
.`
gitignore
/
drill_view
`;