Files
doris/regression-test/data/nereids_p0/delete/delete_using.out
morrySnow bb23078d43 [feture](Nereids) support delete from without using (#28083)
support sql: DELETE FROM <table_name> WHERE <predicates>
2023-12-14 13:54:33 +08:00

26 lines
505 B
Plaintext

-- This file is automatically generated. You should know what you did if you want to edit this
-- !original_data --
1 2000-01-01 1 1 1.0
2 2000-01-02 2 2 2.0
3 2000-01-03 3 3 3.0
-- !after_delete_from_partition --
1 2000-01-01 1 1 1.0
3 2000-01-03 3 3 3.0
-- !after_delete --
3 2000-01-03 3 3 3.0
-- !original_data --
1 2000-01-01 1 1 1.0
2 2000-01-02 2 2 2.0
3 2000-01-03 3 3 3.0
-- !after_delete_from_partition --
1 2000-01-01 1 1 1.0
3 2000-01-03 3 3 3.0
-- !after_delete --
3 2000-01-03 3 3 3.0