You are viewing a single comment's thread. Return to all 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;
Seems like cookies are disabled on this browser, please enable them to open this website
Weather Observation Station 20
You are viewing a single comment's thread. Return to all 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;