SELECT @rowid:=@rowid+1 as rowidFROM table1, (SELECT @rowid:=0) as init 做这个主要用在随机取出一张表中的某几个行。 取出这个表的记录总数, 然后随机取1和count之中的rowid。