mirror of
https://github.com/apache/impala.git
synced 2026-01-04 00:00:56 -05:00
18 lines
272 B
Plaintext
18 lines
272 B
Plaintext
# Simple pattern literal
|
|
use default
|
|
====
|
|
select count(*) from alltypes
|
|
---- TYPES
|
|
bigint
|
|
---- RESULTS
|
|
7300
|
|
====
|
|
use testdb1
|
|
====
|
|
# TODO: Test confirming negative results - i.e. select from unknown table
|
|
select count(*) from alltypes
|
|
---- TYPES
|
|
bigint
|
|
---- RESULTS
|
|
0
|
|
==== |