摘要: MySql的like语句中的通配符:百分号、下划线和escape %:表示任意个或多个字符。可匹配任意类型和长度的字符。 Sql代码 select * from user where username like '%huxiao'; select * from user where username 阅读全文
posted @ 2016-07-22 13:35 午时的海 阅读(39637) 评论(0) 推荐(3) 编辑
摘要: 摘要 摘要 摘要 DATE_FORMAT(date,format) 根据format字符串安排date值的格式。 DATE_FORMAT(date,format) 根据format字符串安排date值的格式。 DATE_FORMAT(date,format) 根据format字符串安排date值的格 阅读全文
posted @ 2016-07-22 10:08 午时的海 阅读(6274) 评论(0) 推荐(0) 编辑