ClickHouse/tests/queries/0_stateless/01622_constraints_simple_optimization.reference

46 lines
361 B
Plaintext
Raw Normal View History

2021-01-03 15:02:00 +00:00
4
0
2021-01-05 20:51:19 +00:00
0
0
4
4
2021-03-04 12:16:39 +00:00
4
2021-01-03 15:02:00 +00:00
0
2021-03-05 09:53:03 +00:00
4
1
1
1
2021-03-05 12:13:25 +00:00
0
1
1
1
1
0
0
2021-03-05 12:46:27 +00:00
1
2021-04-10 15:48:53 +00:00
1
1
2021-05-04 10:47:23 +00:00
1
2021-03-05 12:46:27 +00:00
0
0
1
2021-04-10 20:47:28 +00:00
1
0
1
1
2021-11-10 17:57:59 +00:00
0
2021-05-08 09:19:18 +00:00
1
2021-04-10 20:47:28 +00:00
1
0
2021-11-18 14:24:06 +00:00
SELECT count() AS `count()`
2021-05-05 08:51:25 +00:00
FROM constraint_test_constants
WHERE (c > 100) OR (b > 100)
2021-11-18 14:24:06 +00:00
SELECT count() AS `count()`
2021-05-05 08:51:25 +00:00
FROM constraint_test_constants
WHERE c > 100
2021-11-18 14:24:06 +00:00
SELECT count() AS `count()`
2021-05-05 11:28:02 +00:00
FROM constraint_test_constants
WHERE c > 100
2021-11-18 14:24:06 +00:00
SELECT count() AS `count()`
2021-05-05 11:28:02 +00:00
FROM constraint_test_constants