摘要:        
如果我要取11-20 的Account表的数据 Select * From Account Limit10 Offset 10; 以上语句表示从Account表获取数据,跳过10行,取10行 嗯,我觉得这个特性足够让很多的web中型网站使用这个了。 通用公试: sql = "select * from FlyCrocodile where "+条件+" order by "+排序+" limit "+要显示多少条记录+" offset "+跳过多少条记录; 如: select * from flycrocodile    阅读全文
posted @ 2012-02-17 08:51
扬帆一号86
阅读(391)
评论(0)
推荐(0)
        
                    
                
浙公网安备 33010602011771号