We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18d33d9 commit 0c24884Copy full SHA for 0c24884
SQL/03. Aggregation/010. Weather Observation Station 13.sql
@@ -4,4 +4,4 @@
4
5
SELECT ROUND(SUM(Lat_N), 4)
6
FROM STATION
7
-WHERE Lat_N BETWEEN 38.7880 AND 137.2345;
+WHERE Lat_N > 38.7880 AND Lat_N < 137.2345;
0 commit comments