mysql
select shuliang from 表名 where nick='kint' order by timecc desc limit 1
sql server
select top 1 shuliang from 表名 where nick='kint' order by timecc desc