Skip to content

Commit

Permalink
fix: Samples on docs website
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrDeveloper committed Feb 4, 2024
1 parent 5b16dc0 commit f9d61c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ SELECT LEN("Git Query Language")
SELECT "One" IN ("One", "Two", "Three")
SELECT "Git Query Language" LIKE "%Query%"

SELECT DISTINCT title AS tt message FROM commits
SELECT DISTINCT title AS tt FROM commits
SELECT name, COUNT(name) AS commit_num FROM commits GROUP BY name ORDER BY commit_num DESC LIMIT 10
SELECT commit_count FROM branches WHERE commit_count BETWEEN 0 .. 10

Expand Down

0 comments on commit f9d61c9

Please sign in to comment.