aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/expected/random.out
blob: 1badd4076141a2e94f4fe134358cc8f274e1c828 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
QUERY: SELECT count(*) FROM onek;
count
-----
 1000
(1 row)

QUERY: SELECT count(*) FROM onek where oidrand(onek.oid, 10);
count
-----
   92
(1 row)

QUERY: SELECT count(*) FROM onek where oidrand(onek.oid, 10);
count
-----
   98
(1 row)