Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
joins
/
implicit_cast
/
on_d9_and_d18.sql
blob: cedfe8f936e5ee77ea69cf8de4e4d105a6381bf3 [
file
] [
log
] [
blame
]
select
count
(*)
from
cast_tbl_1 a
,
cast_tbl_2 b
where
a
.
d9
=
b
.
d18
;