*** empty log message ***
[csql.git] / test / cache / Gateway / mysqlinputtest8.sql
blobbf82356f430edc7cd7db8b59b8f311e9d027d950
1 CREATE TABLE t2 (f1 SMALLINT primary key, f2 INT);
2 INSERT INTO t2 VALUES(1, 2011);
3 INSERT INTO t2 VALUES(2, 1978);
4 INSERT INTO t2 VALUES(3, 2008);
5 INSERT INTO t2 VALUES(4, 1973);
6 INSERT INTO t2 VALUES(5, 2005);