File: tpcb_queries.sql

package info (click to toggle)
plprofiler 4.2.5-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 944 kB
  • sloc: python: 2,125; ansic: 1,440; perl: 670; sql: 357; sh: 55; makefile: 28
file content (20 lines) | stat: -rw-r--r-- 511 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
select tpcb(100,1,1,10);
select tpcb(200,1,1,10);
select tpcb(300,1,1,10);
select tpcb(400,1,1,10);
select tpcb(500,1,1,10);
select tpcb(666,1,1,10);
select tpcb(700,1,1,10);
select tpcb(800,1,1,10);
select tpcb(900,1,1,10);
select tpcb(9000,1,1,10);
select tpcb(8000,1,1,10);
select tpcb(7000,1,1,10);
select tpcb(6000,1,1,10);
select tpcb(5000,1,1,10);
select tpcb(4000,1,1,10);
select tpcb(3000,1,1,10);
select tpcb(2000,1,1,10);
select tpcb(1000,1,1,10);
select tpcb(1234,1,1,10);
select tpcb(4321,1,1,10);