diff options
Diffstat (limited to 'wk7/pset/songs/5.sql')
-rw-r--r-- | wk7/pset/songs/5.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wk7/pset/songs/5.sql b/wk7/pset/songs/5.sql index c87ac9b..e737432 100644 --- a/wk7/pset/songs/5.sql +++ b/wk7/pset/songs/5.sql @@ -1 +1 @@ -SELECT AVG energy FROM songs +SELECT AVG(energy) FROM songs; |