Weather Observation Station 20

  • + 0 comments

    Using oracle inbuild function MEDIAN

    SELECT 
        ROUND(MEDIAN(LAT_N),4)
    FROM 
        station
    ;