Skip to content

Commit 9c47ec9

Browse files
committed
fix mysql tests
1 parent 36fc887 commit 9c47ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sql_test_files/it_works_run_sql_from_database.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ from (
44
select 'It ' as html
55
union all
66
select 'works !'
7-
);
7+
) as t1;

0 commit comments

Comments
 (0)