Update common_queries.md
This commit is contained in:
parent
1809a12a8c
commit
9164ad597b
1 changed files with 1 additions and 1 deletions
|
|
@ -93,5 +93,5 @@ INNER JOIN scrobbles
|
||||||
ON scrobbles.id = "Scrobbleartists".scrobble_id
|
ON scrobbles.id = "Scrobbleartists".scrobble_id
|
||||||
WHERE "Scrobbleartists".artist_id = artists.id
|
WHERE "Scrobbleartists".artist_id = artists.id
|
||||||
GROUP BY artists.id
|
GROUP BY artists.id
|
||||||
zuletzt_dev-# ORDER BY scount DESC;
|
ORDER BY scount DESC;
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue