摘要: 一、mysql查询的五种子句 where(条件查询)、having(筛选)、group by(分组)、order by(排序)、limit(限制结果数) 1、where常用运算符: 比较运算符 > , < ,= , != (< >),>= , <= in(v1,v2..vn) between v1 and v2 在v1至v2之间(包含v1,v2) 逻辑运算符 not ( ! )... 阅读全文
posted @ 2012-12-21 11:26 睡着的糖葫芦 阅读(4709) 评论(0) 推荐(1) 编辑