Skip to content

Commit

Permalink
comment out query result
Browse files Browse the repository at this point in the history
  • Loading branch information
xzhseh committed Feb 6, 2024
1 parent 911e1d5 commit bfea7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e_test/udf/sql_udf.slt
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ create function add_error(INT, INT) returns int language sql as $$select $1 + $2

# query III
# select * from multiple_cols() as t(c1 INT, c2 FLOAT, c3 INT);
----
# ----
# corresponding results
# may need to order the sequence

Expand Down

0 comments on commit bfea7fe

Please sign in to comment.