summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-05-20 10:03:17 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-05-20 10:03:17 +0000
commit224894d09ad6c7eac0eae859978e729ab51c0957 (patch)
treedc2e8d15078882ba1e84a22be58ab38126dae2bb
parentdaaacaa0c6413217e218d1d8bfe977620975ba1f (diff)
Mon, May 20, 2024, 3:03 AM -07:00
-rw-r--r--wk7/pset/songs/4.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/wk7/pset/songs/4.sql b/wk7/pset/songs/4.sql
index 1bcef06..a315420 100644
--- a/wk7/pset/songs/4.sql
+++ b/wk7/pset/songs/4.sql
@@ -1 +1 @@
-SELECT name FROM songs WHERE danceablility
+SELECT name FROM songs WHERE danceability > 0.75 AND energy > 0.75 AND valence > 0.75;