summaryrefslogtreecommitdiff
path: root/wk7
diff options
context:
space:
mode:
Diffstat (limited to 'wk7')
-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');