摘要:
方法一(存储过程实现): beginDECLARE cnt INT DEFAULT 0;select count(*) into cnt from user;set cnt = round(cnt*0.9)-1;select * from user limit cnt, 1; end方法二(直接查询... 阅读全文
posted @ 2014-10-14 15:35
mynona
阅读(1267)
评论(0)
推荐(0)

浙公网安备 33010602011771号