*** empty log message ***
[csql.git] / test / sql / Datatype / exp.test003.ksh
blob6bb43338f62e097eb820fbe6205c74dfac27cf3e
1 echo Create table t1( f1 int, f2 varchar(15) AUTO_INCREMENT);
2 Statement prepare failed with error -19
3 echo show tables;
4 =============TableNames===================
5 No tables exist
6 ==========================================
7 <Table Information of all tables>
8 <No tables exist></No tables exist>
9 </Table Information of all tables>
10 <Index Information of all Indexs>
11 </Index Information of all Indexs>