BBS水木清华站∶精华区

发信人: liugang (L.G.), 信区: Linux        
标  题: Re: 请问如何实现php3分页显示mysql数据库?     (转载 
发信站: BBS 水木清华站 (Sun Jan 30 22:05:33 2000) 
 
【 在 whgod (岁月流情) 的大作中提到: 】 
 【 以下文字转载自 Internet 讨论区 】 
 【 原文由 whgod 所发表 】 
 谢谢了!!!  
limit 
 
SELECT [STRAIGHT_JOIN] [SQL_SMALL_RESULT] [SQL_BIG_RESULT] [HIGH_PRIORITY] 
       [DISTINCT | DISTINCTROW | ALL] 
    select_expression,... 
    [INTO {OUTFILE | DUMPFILE} 'file_name' export_options] 
    [FROM table_references 
        [WHERE where_definition] 
        [GROUP BY col_name,...] 
        [HAVING where_definition] 
        [ORDER BY {unsigned_integer | col_name | formula} [ASC | DESC] ,...] 
        [LIMIT [offset,] rows] 
        ^^^^^^^^^^^^^^^^^^^^^^^ 
        [PROCEDURE procedure_name] ] 
 
 
 
-- 
※ 来源:·BBS 水木清华站 smth.org·[FROM: 210.39.3.50] 

BBS水木清华站∶精华区