We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36fc887 commit 9c47ec9Copy full SHA for 9c47ec9
tests/sql_test_files/it_works_run_sql_from_database.sql
@@ -4,4 +4,4 @@ from (
4
select 'It ' as html
5
union all
6
select 'works !'
7
-);
+) as t1;
0 commit comments