摘要: MySql版本:5.0.45选择语句:select * from [table];limit语法:select * from [table] limit 5;//选择前5条记录select * from [table] limit 5 , 10; //选择第5行到第10行的记录插入语句:insert into [table] ( column1, column2 , .....) values( ...阅读全文
posted @ 2007-08-28 17:45 james.dong 阅读(167) | 评论 (0) 编辑 |
