4.4 创建物理表

语法如下:

create table table_name(
column column_type,
column column_type,
column column_type,
column column_type 
);

注:语句中不能包含tab键

示例如下:

create table common_example001 (
s1 y_string_is,
i1 y_int_id ,
f1 y_float_i ,
l1 y_long_s ,
d1 y_double_d ,
ti1 y_tint_ids ,
tf1 y_tfloat_sm ,
tl1 y_tlong_dm ,
td1 y_tdouble_idm,
wc4_1 y_wildcard4_ism ,
wc4_2 y_wildcard4_ismp
);

图 4.4.1创建物理表

Copyright © lucene.xin 2020 all right reserved修改时间: 2021-07-09 17:01:00

results matching ""

    No results matching ""