mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Update tests/queries/0_stateless/02902_diable_apply_deleted_mask.sql
Co-authored-by: SmitaRKulkarni <Smita.Kulkarni@clickhouse.com>
This commit is contained in:
parent
247722d44e
commit
ab8fe68571
@ -12,7 +12,7 @@ SELECT *, _row_exists FROM test_apply_deleted_mask;
|
||||
SELECT 'With the setting disabled the deleted rows are visible';
|
||||
SELECT *, _row_exists FROM test_apply_deleted_mask SETTINGS apply_deleted_mask = 0;
|
||||
|
||||
SELECT 'With the setting enabled the deleted rows are visible but still can be filterd out';
|
||||
SELECT 'With the setting disabled the deleted rows are visible but still can be filterd out';
|
||||
SELECT * FROM test_apply_deleted_mask WHERE _row_exists SETTINGS apply_deleted_mask = 0;
|
||||
|
||||
INSERT INTO test_apply_deleted_mask SELECT number, number::String FROM numbers(5, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user