Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
union
/
VarcharAndDate.sql
blob: 96eb2a1d4ca8803f81cdab3810e88f45f8c5282f [
file
] [
log
] [
blame
]
SELECT
'Awesome text'
UNION
SELECT
date
'2017-04-06'
;