Weather Observation Station 20

  • + 1 comment

    In case you're not using "set @rownum = 0;", you'll need "(select @rownum := 0) r" then. Otherwise, it will print NULLs. The r alias is needed to avoid errors when you have a subquery. Also, I am a novice currently learning SQL as well.