Home
last modified time | relevance | path

Searched refs:between (Results 1 – 25 of 16171) sorted by relevance

12345678910>>...647

/dports/audio/mixxx/mixxx-2.3.0/src/test/
H A Dindexrange_test.cpp161 EXPECT_TRUE(IndexRange::between(3, 3) == IndexRange::between(3, 3)); in TEST_F()
162 EXPECT_FALSE(IndexRange::between(3, 3) != IndexRange::between(3, 3)); in TEST_F()
163 EXPECT_FALSE(IndexRange::between(2, 2) == IndexRange::between(3, 3)); in TEST_F()
164 EXPECT_TRUE(IndexRange::between(2, 2) != IndexRange::between(3, 3)); in TEST_F()
169 EXPECT_FALSE(IndexRange::between(0, 0) == IndexRange::between(1, 1)); in TEST_F()
170 EXPECT_TRUE(IndexRange::between(0, 0) != IndexRange::between(1, 1)); in TEST_F()
196 IndexRange::between(-1, 1), IndexRange::between(-1, 1))); in TEST_F()
199 IndexRange::between(-2, 1), IndexRange::between(-1, 2))); in TEST_F()
205 IndexRange::between(1, -1), IndexRange::between(1, -1))); in TEST_F()
208 IndexRange::between(2, -1), IndexRange::between(1, -2))); in TEST_F()
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/
H A DdxfDataTypes.h34 if ( between(gc, 0, 9) || in typeForCode()
36 between(gc, 300, 309) || in typeForCode()
37 between(gc, 410, 419) || in typeForCode()
38 between(gc, 430, 439) || in typeForCode()
39 between(gc, 470, 479) || in typeForCode()
41 between(gc, 1000, 1009) in typeForCode()
45 between(gc, 310, 319) || in typeForCode()
46 between(gc, 320, 329) || in typeForCode()
47 between(gc, 330, 369) || in typeForCode()
48 between(gc, 390, 399) in typeForCode()
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/
H A DdxfDataTypes.h34 if ( between(gc, 0, 9) || in dxfBlock()
36 between(gc, 300, 309) || in dxfBlock()
37 between(gc, 410, 419) || in dxfBlock()
38 between(gc, 430, 439) || in dxfBlock()
39 between(gc, 470, 479) || in dxfBlock()
41 between(gc, 1000, 1009) in dxfBlock()
45 between(gc, 310, 319) || in dxfBlock()
46 between(gc, 320, 329) || in dxfBlock()
47 between(gc, 330, 369) || in dxfBlock()
48 between(gc, 390, 399) in dxfBlock()
[all …]
/dports/www/serendipity/Serendipity-2.3.5/bundled-libs/zendframework/zend-db/test/unit/Sql/Predicate/
H A DBetweenTest.php20 protected $between; variable in ZendTest\\Db\\Sql\\Predicate\\BetweenTest
24 $this->between = new Between();
48 $between = new Between('foo.bar', 1, 300);
53 $between = new Between('foo.bar', 0, 1);
58 $between = new Between('foo.bar', -1, 0);
80 $this->between->setIdentifier('foo.bar');
90 $this->between->setMinValue(10);
100 $this->between->setMaxValue(10);
119 $this->between->setIdentifier('foo.bar')
123 $this->between->getSpecification(),
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/reportsDashboards/node_modules/airbnb-prop-types/test/
H A Dbetween.jsx79 between({
87 between({
98 between({
106 between({
114 between({
122 between({
130 between({
139 between({
147 between({
155 between({
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/meta/svg/path/property/
H A Dd-interpolation-single.svg.ini5 [Animation between "path('M 20 70')" and "path('M 100 30')" at progress -1]
8 [Animation between "path('M 20 70')" and "path('M 100 30')" at progress 0]
11 [Animation between "path('M 20 70')" and "path('M 100 30')" at progress 0.125]
14 [Animation between "path('M 20 70')" and "path('M 100 30')" at progress 0.875]
17 [Animation between "path('M 20 70')" and "path('M 100 30')" at progress 1]
20 [Animation between "path('M 20 70')" and "path('M 100 30')" at progress 2]
26 [Animation between "path('m 20 70')" and "path('m 100 30')" at progress -1]
29 [Animation between "path('m 20 70')" and "path('m 100 30')" at progress 0]
32 [Animation between "path('m 20 70')" and "path('m 100 30')" at progress 0.125]
38 [Animation between "path('m 20 70')" and "path('m 100 30')" at progress 1]
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/svg/path/property/
H A Dd-interpolation-single.svg.ini2 [Animation between "path("M 50 60 V 70")" and "path("M 10 140 V 270")" at progress 0.125]
116 [Animation between "path("m 20 70")" and "path("m 100 30")" at progress -1]
125 [Animation between "path("M 20 70")" and "path("M 100 30")" at progress 0.125]
161 [Animation between "path("m 20 70")" and "path("m 100 30")" at progress 0.125]
185 [Animation between "path("M 20 70")" and "path("M 100 30")" at progress 0]
188 [Animation between "path("M 20 70")" and "path("M 100 30")" at progress 1]
191 [Animation between "path("M 20 70")" and "path("M 100 30")" at progress 2]
230 [Animation between "path("m 20 70")" and "path("m 100 30")" at progress 0]
233 [Animation between "path("m 20 70")" and "path("m 100 30")" at progress 1]
236 [Animation between "path("m 20 70")" and "path("m 100 30")" at progress 2]
[all …]
/dports/textproc/txt2tags/txt2tags-3.7/test/gotchas/
H A Dparagraph-on-textual-target.t2t5 %%% Paragraph: Title between
10 %%% Paragraph: Line between
15 %%% Paragraph: Comment Line between
20 %%% Paragraph: Comment Block between
27 %%% Paragraph: Verbatim Line between
39 %%% Paragraph: Raw Line between
44 %%% Paragraph: Raw Block between
51 %%% Paragraph: Tagged Line between
63 %%% Paragraph: Quote between
68 %%% Paragraph: List between
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/suite/ndb/t/
H A Dndb_wl946_main_query.inc5 insert into t1sum select 0, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '2054…
7 insert into t1sum select 2, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where d between '-08:…
8 insert into t1sum select 3, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '2008…
24 insert into t1sum select 19, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '195…
30 insert into t1sum select 25, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '201…
34 insert into t1sum select 29, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '190…
38 insert into t1sum select 33, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '193…
46 insert into t1sum select 41, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '203…
66 insert into t1sum select 61, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '208…
72 insert into t1sum select 67, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '201…
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/ndb/t/
H A Dndb_wl946_main_query.inc5 insert into t1sum select 0, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '2054…
7 insert into t1sum select 2, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where d between '-08:…
8 insert into t1sum select 3, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '2008…
24 insert into t1sum select 19, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '195…
30 insert into t1sum select 25, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '201…
34 insert into t1sum select 29, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '190…
38 insert into t1sum select 33, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '193…
46 insert into t1sum select 41, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '203…
66 insert into t1sum select 61, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '208…
72 insert into t1sum select 67, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '201…
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysql-test/suite/ndb/t/
H A Dndb_wl946_main_query.inc5 insert into t1sum select 0, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '2054…
7 insert into t1sum select 2, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where d between '-08:…
8 insert into t1sum select 3, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '2008…
24 insert into t1sum select 19, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '195…
30 insert into t1sum select 25, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '201…
34 insert into t1sum select 29, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '190…
38 insert into t1sum select 33, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '193…
46 insert into t1sum select 41, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '203…
66 insert into t1sum select 61, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '208…
72 insert into t1sum select 67, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '201…
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/suite/ndb/t/
H A Dndb_wl946_main_query.inc5 insert into t1sum select 0, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '2054…
7 insert into t1sum select 2, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where d between '-08:…
8 insert into t1sum select 3, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '2008…
24 insert into t1sum select 19, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '195…
30 insert into t1sum select 25, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '201…
34 insert into t1sum select 29, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '190…
38 insert into t1sum select 33, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '193…
46 insert into t1sum select 41, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '203…
66 insert into t1sum select 61, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '208…
72 insert into t1sum select 67, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '201…
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/suite/ndb/t/
H A Dndb_wl946_main_query.inc5 insert into t1sum select 0, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '2054…
7 insert into t1sum select 2, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where d between '-08:…
8 insert into t1sum select 3, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '2008…
24 insert into t1sum select 19, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '195…
30 insert into t1sum select 25, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '201…
34 insert into t1sum select 29, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '190…
38 insert into t1sum select 33, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '193…
46 insert into t1sum select 41, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '203…
66 insert into t1sum select 61, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '208…
72 insert into t1sum select 67, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '201…
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/mysql-test/suite/ndb/t/
H A Dndb_wl946_main_query.inc5 insert into t1sum select 0, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '2054…
7 insert into t1sum select 2, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where d between '-08:…
8 insert into t1sum select 3, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '2008…
24 insert into t1sum select 19, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '195…
30 insert into t1sum select 25, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '201…
34 insert into t1sum select 29, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '190…
38 insert into t1sum select 33, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '193…
46 insert into t1sum select 41, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '203…
66 insert into t1sum select 61, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '208…
72 insert into t1sum select 67, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '201…
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/suite/ndb/t/
H A Dndb_wl946_main_query.inc5 insert into t1sum select 0, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '2054…
7 insert into t1sum select 2, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where d between '-08:…
8 insert into t1sum select 3, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '2008…
24 insert into t1sum select 19, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '195…
30 insert into t1sum select 25, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '201…
34 insert into t1sum select 29, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '190…
38 insert into t1sum select 33, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '193…
46 insert into t1sum select 41, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '203…
66 insert into t1sum select 61, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '208…
72 insert into t1sum select 67, count(*), sum(crc32(concat(a,b,c,d,e,f))) from t1 where b between '201…
[all …]
/dports/misc/otter/otter-3.3f/examples/split/
H A DGEO010-2.out36 0 [] -between(A,B,C)| -between(D,E,C)|between(B,inner_pasch(A,B,C,E,D),D).
37 0 [] -between(A,B,C)| -between(D,E,C)|between(E,inner_pasch(A,B,C,E,D),A).
42 0 [] -between(A,B,C)| -between(D,B,E)|equal(A,B)|between(A,D,euclid1(A,D,B,E,C)).
43 0 [] -between(A,B,C)| -between(D,B,E)|equal(A,B)|between(A,E,euclid2(A,D,B,E,C)).
50 0 [] -colinear(A,B,C)|between(A,B,C)|between(B,C,A)|between(C,A,B).
257 19 [] -colinear(A,B,C)|between(A,B,C)|between(B,C,A)|between(C,A,B).
262 46 [hyper,39,19] between(a,b,c)|between(b,c,a)|between(c,a,b).
400 19 [] -colinear(A,B,C)|between(A,B,C)|between(B,C,A)|between(C,A,B).
405 46 [hyper,39,19] between(a,b,c)|between(b,c,a)|between(c,a,b).
545 19 [] -colinear(A,B,C)|between(A,B,C)|between(B,C,A)|between(C,A,B).
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/meta/css/css-transforms/animation/
H A Dscale-interpolation.html.ini26 [Animation between "26 17 9" and "2" at progress -1]
29 [Animation between "26 17 9" and "2" at progress 0]
38 [Animation between "26 17 9" and "2" at progress 1]
41 [Animation between "26 17 9" and "2" at progress 2]
47 [Animation between "none" and "4 3 2" at progress -1]
50 [Animation between "none" and "4 3 2" at progress 0]
59 [Animation between "none" and "4 3 2" at progress 1]
62 [Animation between "none" and "4 3 2" at progress 2]
71 [Animation between "none" and "none" at progress 0]
80 [Animation between "none" and "none" at progress 1]
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/meta/css/motion/animation/
H A Doffset-path-interpolation-001.html.ini5 [Animation between "path('M 0 0 H 1 H 2')" and "path('M 0 0 H 3')" at progress -1]
8 [Animation between "path('M 0 0 H 1 H 2')" and "path('M 0 0 H 3')" at progress 0]
26 [Animation between "path('M 1 2 L 3 4 Z')" and "none" at progress -1]
29 [Animation between "path('M 1 2 L 3 4 Z')" and "none" at progress 0]
32 [Animation between "path('M 1 2 L 3 4 Z')" and "none" at progress 0.125]
35 [Animation between "path('M 1 2 L 3 4 Z')" and "none" at progress 0.875]
38 [Animation between "path('M 1 2 L 3 4 Z')" and "none" at progress 1]
41 [Animation between "path('M 1 2 L 3 4 Z')" and "none" at progress 2]
92 [Animation between "path('M 0 0 Z')" and "path('M 0 0 Z')" at progress 0]
101 [Animation between "path('M 0 0 Z')" and "path('M 0 0 Z')" at progress 1]
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/main/
H A Dwin_min_max.test82 min(b) over (order by pk rows between 2 following and 1 following) as min1,
83 max(b) over (order by pk rows between 2 following and 1 following) as max1,
89 min(b) over (order by pk range between 2 following and 1 following) as min1,
90 max(b) over (order by pk range between 2 following and 1 following) as max1,
96 min(b) over (order by pk rows between 1 preceding and 2 preceding) as min1,
97 max(b) over (order by pk rows between 1 preceding and 2 preceding) as max1,
103 min(b) over (order by pk range between 1 preceding and 2 preceding) as min1,
110 min(b) over (order by pk rows between 1 following and 0 following) as min1,
111 max(b) over (order by pk rows between 1 following and 0 following) as max1,
124 min(b) over (order by pk rows between 1 following and 0 preceding) as min1,
[all …]
H A Dwin_std.result32 std(b) over (order by a rows between 2 following and 1 following)
41 std(b) over (order by a range between 2 following and 1 following)
50 std(b) over (order by a rows between 1 preceding and 2 preceding)
59 std(b) over (order by a range between 1 preceding and 2 preceding)
68 std(b) over (order by a rows between 1 following and 0 following)
77 std(b) over (order by a range between 1 following and 0 following)
86 std(b) over (order by a rows between 1 following and 0 preceding)
95 std(b) over (order by a range between 1 following and 0 preceding)
104 std(b) over (order by a rows between 0 following and 1 preceding)
123 std(b) over (order by a rows between current row and current row)
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/main/
H A Dwin_min_max.test82 min(b) over (order by pk rows between 2 following and 1 following) as min1,
83 max(b) over (order by pk rows between 2 following and 1 following) as max1,
89 min(b) over (order by pk range between 2 following and 1 following) as min1,
90 max(b) over (order by pk range between 2 following and 1 following) as max1,
96 min(b) over (order by pk rows between 1 preceding and 2 preceding) as min1,
97 max(b) over (order by pk rows between 1 preceding and 2 preceding) as max1,
103 min(b) over (order by pk range between 1 preceding and 2 preceding) as min1,
110 min(b) over (order by pk rows between 1 following and 0 following) as min1,
111 max(b) over (order by pk rows between 1 following and 0 following) as max1,
124 min(b) over (order by pk rows between 1 following and 0 preceding) as min1,
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/main/
H A Dwin_min_max.test82 min(b) over (order by pk rows between 2 following and 1 following) as min1,
83 max(b) over (order by pk rows between 2 following and 1 following) as max1,
89 min(b) over (order by pk range between 2 following and 1 following) as min1,
90 max(b) over (order by pk range between 2 following and 1 following) as max1,
96 min(b) over (order by pk rows between 1 preceding and 2 preceding) as min1,
97 max(b) over (order by pk rows between 1 preceding and 2 preceding) as max1,
103 min(b) over (order by pk range between 1 preceding and 2 preceding) as min1,
110 min(b) over (order by pk rows between 1 following and 0 following) as min1,
111 max(b) over (order by pk rows between 1 following and 0 following) as max1,
124 min(b) over (order by pk rows between 1 following and 0 preceding) as min1,
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/main/
H A Dwin_min_max.test82 min(b) over (order by pk rows between 2 following and 1 following) as min1,
83 max(b) over (order by pk rows between 2 following and 1 following) as max1,
89 min(b) over (order by pk range between 2 following and 1 following) as min1,
90 max(b) over (order by pk range between 2 following and 1 following) as max1,
96 min(b) over (order by pk rows between 1 preceding and 2 preceding) as min1,
97 max(b) over (order by pk rows between 1 preceding and 2 preceding) as max1,
103 min(b) over (order by pk range between 1 preceding and 2 preceding) as min1,
110 min(b) over (order by pk rows between 1 following and 0 following) as min1,
111 max(b) over (order by pk rows between 1 following and 0 following) as max1,
124 min(b) over (order by pk rows between 1 following and 0 preceding) as min1,
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/mysql-test/main/
H A Dwin_min_max.test82 min(b) over (order by pk rows between 2 following and 1 following) as min1,
83 max(b) over (order by pk rows between 2 following and 1 following) as max1,
89 min(b) over (order by pk range between 2 following and 1 following) as min1,
90 max(b) over (order by pk range between 2 following and 1 following) as max1,
96 min(b) over (order by pk rows between 1 preceding and 2 preceding) as min1,
97 max(b) over (order by pk rows between 1 preceding and 2 preceding) as max1,
103 min(b) over (order by pk range between 1 preceding and 2 preceding) as min1,
110 min(b) over (order by pk rows between 1 following and 0 following) as min1,
111 max(b) over (order by pk rows between 1 following and 0 following) as max1,
124 min(b) over (order by pk rows between 1 following and 0 preceding) as min1,
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/mysql-test/main/
H A Dwin_min_max.test82 min(b) over (order by pk rows between 2 following and 1 following) as min1,
83 max(b) over (order by pk rows between 2 following and 1 following) as max1,
89 min(b) over (order by pk range between 2 following and 1 following) as min1,
90 max(b) over (order by pk range between 2 following and 1 following) as max1,
96 min(b) over (order by pk rows between 1 preceding and 2 preceding) as min1,
97 max(b) over (order by pk rows between 1 preceding and 2 preceding) as max1,
103 min(b) over (order by pk range between 1 preceding and 2 preceding) as min1,
110 min(b) over (order by pk rows between 1 following and 0 following) as min1,
111 max(b) over (order by pk rows between 1 following and 0 following) as max1,
124 min(b) over (order by pk rows between 1 following and 0 preceding) as min1,
[all …]

12345678910>>...647