summaryrefslogtreecommitdiff
path: root/wk7/pset/songs
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-05-20 10:08:30 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-05-20 10:08:30 +0000
commitacd029a8f9f74da8776f059b288a4ba59b228a2d (patch)
treea670aca0b58bab6d3b0df966258bd054873fa5a4 /wk7/pset/songs
parenteb53d27a41dfd626950289bdab99ace48ba84bdb (diff)
Mon, May 20, 2024, 3:08 AM -07:00
Diffstat (limited to 'wk7/pset/songs')
-rw-r--r--wk7/pset/songs/6.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/wk7/pset/songs/6.sql b/wk7/pset/songs/6.sql
index f14fc54..bf3a39b 100644
--- a/wk7/pset/songs/6.sql
+++ b/wk7/pset/songs/6.sql
@@ -1 +1 @@
-SELECT name FROM songs WHERE artist_id =
+SELECT name FROM songs WHERE artist_id = (SELECT id FROM artists WHERE name = 'Post Malone');