Help for this page

Select Code to Download


  1. or download this
    create table test1 (test1 varchar(14));
    create index test1_pk on test1 (test1);
    
  2. or download this
    ###Table: test1,
              test1,   VarChar,   14,
    
  3. or download this
    ###Indeces:
      test1_pk( btree,non unique)
        columns=1:test1