Skip to content

Commit

Permalink
fix alias syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien Coelho committed Jan 18, 2024
1 parent eb24b72 commit 96669d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/blogdb/sql/misc/misc.sql
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ SELECT '''doubled'' single quotes' as """doubled"" double quotes"
-- SELECT 'L\'art du rire' AS escaped;

-- name: empty$
SELECT i FROM (VALUES (1), (2), (3)) AS i WHERE i > 10;
SELECT i FROM (VALUES (1), (2), (3)) AS t(i) WHERE i > 10;

0 comments on commit 96669d9

Please sign in to comment.