Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
tpcds
/
sanity
/
json
/
count_item.sql
blob: 2c7b5e5c75a12bddea926346f43a8be9ae2e0462 [
file
] [
log
] [
blame
]
select
count
(*)
from
item
;