create table test1 (test1 varchar(14)); create index test1_pk on test1 (test1); #### ###Table: test1, test1, VarChar, 14, #### ###Indeces: test1_pk( btree,non unique) columns=1:test1
## ###Table: test1, test1, VarChar, 14, ##
## ###Indeces: test1_pk( btree,non unique) columns=1:test1