Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
limit0
/
functions
/
data
/
union_all.sql
blob: 76b55e087fb90411ecd9f63f981a730bc9ca6cee [
file
]
select
c_varchar
from
optional_type_v
union
all
select
c_varchar
from
required_type_v
;