Weather Observation Station 20

  • + 2 comments

    Hi there. Sorry for taking too long to respond. The "r" is an alias for the subquery "(select @rownum := 0)", which initializes variable @rownum to 0, which is the same as "set @rownum = 0".