Skip to content

Commit bcbf273

Browse files
committed
fix: correct SQL query to select a constant value
1 parent 28ffe31 commit bcbf273

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
SELECT *
2-
FROM ;
1+
SELECT 1;

0 commit comments

Comments
 (0)