Weather Observation Station 20

  • + 0 comments

    What the hell, dude? I can't use percentile, offset, i cant even use limit on where

    Well, there's my solution

    select truncate(max(lat_n),4) from (select lat_n from station order by lat_n limit 250) as alias;