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