ClickHouse/tests/queries/0_stateless/02428_parameterized_view.reference

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

42 lines
265 B
Plaintext
Raw Normal View History

20
20
ERROR
10
50
SELECT
Name,
Price,
Quantity
FROM
(
SELECT *
FROM default.test_02428_Catalog
WHERE Price = _CAST(10, \'UInt64\')
) AS test_02428_pv1
ERROR
ERROR
ERROR
50
ERROR
10
ERROR
20
ERROR
30
20
30
40
60
1
2
3
3
5
10
20
10
10
10
2023-03-21 17:29:26 +00:00
10
1