Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao committed Apr 4, 2023
1 parent 77a3085 commit 895fbc7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions e2e_test/batch/basic/dml.slt.part
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,17 @@ select v1, v2 from t order by v2;
45 810
35 1919

statement ok
update t set v1 = DEFAULT where v2 = 810;

query RI
select v1, v2 from t order by v2;
----
114 10
514 20
NULL 810
35 1919

# Delete

statement ok
Expand Down

0 comments on commit 895fbc7

Please sign in to comment.