array(2) {
[0]=>
string(815) "
select r.*,
rc.info,
t.title as threadtitle,
u.username as username,
u.anonymous as useranonymous,
`f`.`value` AS `flairvalue`,
`ft`.`name` AS `flairname`,
`ft`.`colour` AS `flaircolour`,
`ft`.`icon` AS `flairicon`
from reply as r
join thread as t on t.id = r.threadid
join replycontent as rc on rc.replyid = r.id
join user as u on u.id = r.userid
left join `flair` `f` on `f`.`userid` = `u`.`id` and `f`.`categoryid` = `t`.`categoryid`
left join `flairoption` `ft` on `ft`.`id` = `f`.`flairoptionid`
where r.businessid = :businessId
and r.threadid = :threadId
group by r.id
order by r.utcdated desc
limit 0,50
"
[1]=>
array(2) {
["businessId"]=>
int(1)
["threadId"]=>
int(29371)
}
}

Anonymous
Years ago
NBL Fantasy
Q - if you have 2 teams in one grade - after the first 3 weeks - can they move between teams - or have to move up or down for 1 round before moving laterally between teams?
Q - by law says - juniors can not drop 2 grades in 1 round (or similar)
ie div 1 cant go to div 3 without a stop in div 2.
so if we have 1 div 2 team and 2 div 3 teams - can the div 2 go direct to the 3.2 team? - it is only one division but a 2 team junp - presuming the 3.1 team is the better.

