5 Oct
2006
5 Oct
'06
4:48 a.m.
here I found a solution! SELECT DISTINCT uid, @test:=0, @test := @test+ 1 FROM node WHERE type='blog' GROUP BY uid ORDER BY @test DESC LIMIT 1