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(15233)
}
}

Years ago
NBA Playoff Race
The other wierd thing with the playoff races this year is to do with the Draft. A 50-win (or close to it) team will miss the playoffs and be in the lottery, and will therefore pick ahead of at least 5 teams with worse records, at least one of which (maybe more) will have a losing record. In fact at this point, three teams with better records would pick before the first playoff team picks. In fact the 8th seed in the East is a booby prize this year, you get a losing record, a first-round matchup with the Celtics, and drop in the draft from 11th, with a slight chance to move up in the lottery, down to 15th and locked in.
