From 9164ad597b1bda74b69927c266392198d29c3a99 Mon Sep 17 00:00:00 2001 From: mitteneer Date: Tue, 25 Feb 2025 20:40:50 +0000 Subject: [PATCH] Update common_queries.md --- common_queries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common_queries.md b/common_queries.md index 3363494..4ec13b1 100644 --- a/common_queries.md +++ b/common_queries.md @@ -93,5 +93,5 @@ INNER JOIN scrobbles ON scrobbles.id = "Scrobbleartists".scrobble_id WHERE "Scrobbleartists".artist_id = artists.id GROUP BY artists.id -zuletzt_dev-# ORDER BY scount DESC; +ORDER BY scount DESC; ```