Files
doris/regression-test/data/update/test_update_unique.out

26 lines
543 B
Plaintext

-- This file is automatically generated. You should know what you did if you want to edit this
-- !select_uniq_table --
1 2 1 1999-01-01
2 2 1 1999-01-01
-- !select_uniq_table --
1 2 1 1998-01-01
2 2 1 1998-01-01
-- !desc_uniq_table --
k INT Yes true \N
value1 INT Yes false \N NONE
value2 INT Yes false \N NONE
date_value DATE Yes false \N NONE
-- !complex_update --
1 10 1 1000.0 2000-01-01
2 2 2 2.0 2000-01-02
3 3 3 3.0 2000-01-03
-- !complex_update_by_alias --
1 10 1 1000.0 2000-01-01
2 20 2 2000.0 2000-01-02
3 3 3 3.0 2000-01-03