aboutsummaryrefslogtreecommitdiffhomepage
path: root/caching-tests/test.sql
blob: efa271ec5f931bffb6cbeb04f961e89f89df6ee6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
CREATE TABLE uw_Test_foo01(uw_id integer NOT NULL, uw_bar text NOT NULL,
 PRIMARY KEY (uw_id)
  
 );
 
 CREATE TABLE uw_Test_foo10(uw_id integer NOT NULL, uw_bar text NOT NULL,
  PRIMARY KEY (uw_id)
   
  );
  
  CREATE TABLE uw_Test_tab(uw_id integer NOT NULL, uw_val integer NOT NULL,
   PRIMARY KEY (uw_id)
    
   );