Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
query_parser
/
without_back_quotes.sql
blob: 25e230b3098d3478ee8964b132693921e1b93a2c [
file
] [
log
] [
blame
]
drop
table
if
exists
dfs
.
drillTestDir
.
table_1
;
create
table
dfs
.
drillTestDir
.
table_1
as
SELECT
*
FROM
cp
.`
employee
.
json
`
LIMIT
2
;
--@test
SELECT
employee_id
FROM
dfs
.
drillTestDir
.
table_1 LIMIT
1
;