附錄C - Impala 保留關鍵字(翻譯)

附錄 C - Impala 保留關鍵字


下面是 Cloudera Impala 1.2.3 中的保留關鍵字。保留關鍵字不能直接用於標識符;你必須使用添加反引號(backticks)。例如,語句 CREATE TABLE select (x INT) 會失敗,而 CREATE TABLE `select` (x INT) 則會成功。Impala 保留了聚合函數的名字,而不是正常的內置函數的(Impala reserves the names of aggregate functions, but not regular built-in functions)。 數據庫

由於不一樣的數據庫系統據有不一樣的保留關鍵字集合,而且不一樣版本之間會發生變化,請仔細的檢查數據庫、表、列的名稱以確保在不一樣的產品和版本之間最大兼容性。 函數

add
aggregate
all
alter
and
as
asc
avg
avro
between
bigint
boolean
by
case
cast
change
char
column
columns
comment
compute
count
create
cross
data
database
databases
date
datetime
delimited
desc
describe
distinct
distinctpc
distinctpcsa
div
double
drop
else
end
escaped
exists
explain
external
false
fields
fileformat
finalize_fn
first
float
format
formatted
from
full
function
functions
group
group_concat
having
if
in
init_fn
inner
inpath
insert
int
integer
intermediate
interval
into
invalidate
is
join
last
left
like
limit
lines
load
location
max
merge_fn
metadata
min
ndv
not
null
nulls
offset
on
or
order
outer
overwrite
parquet
parquetfile
partition
partitioned
rcfile
real
refresh
regexp
rename
replace
returns
right
rlike
row
schema
schemas
select
semi
sequencefile
serdeproperties
serialize_fn
set
show
smallint
stats
stored
straight_join
string
sum
symbol
table
tables
tblproperties
terminated
textfile
then
timestamp
tinyint
to
true
union
update_fn
use
using
values
view
when
where
with
相關文章
相關標籤/搜索