Screen Link:
Learn data science with Python and R projects
My Code:
SELECT track_id, name, ROUND(bytes/1000000, 6) AS megabytes
FROM track
LIMIT 5;
What I expected to happen:
track_id | name | megabytes |
---|---|---|
1 | For Those About To Rock (We Salute You) | 11.170334 |
2 | ■■■■■ to the Wall | 5.510424 |
3 | Fast As a Shark | 3.990994 |
4 | Restless and Wild | 4.331779 |
5 | Princess of the Dawn | 6.290521 |
What actually happened:
Instead got 11 MB.