摘要:
MySql的like语句中的通配符:百分号、下划线和escape %:表示任意个或多个字符。可匹配任意类型和长度的字符。 Sql代码 select * from user where username like '%huxiao'; select * from user where username 阅读全文
摘要:
摘要 摘要 摘要 DATE_FORMAT(date,format) 根据format字符串安排date值的格式。 DATE_FORMAT(date,format) 根据format字符串安排date值的格式。 DATE_FORMAT(date,format) 根据format字符串安排date值的格 阅读全文