commit b1114320c2caa1beac3da908193ad3533950b480 parent e0e6250b3e369c90cbf8b61e2abfdfaf122a4ad0 Author: AndrewLockVI <andrewlaack1@gmail.com> Date: Sat, 15 Apr 2023 20:09:50 -0500 Big countries SQL query Diffstat:
| A | big-countries/big-countries.sql | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/big-countries/big-countries.sql b/big-countries/big-countries.sql @@ -0,0 +1,4 @@ +--Runtime: 487ms Beats: 65.14% +SELECT W.name, W.population, W.area +FROM World AS W +WHERE W.area >= 3000000 OR W.population >= 25000000