substring用法,between...and用法 trim标签的用法 模糊查询

substring( current_day,1,6) as current_day substring是 分割 数据库中current_day 字段 ,展示出来按 current_day 来显示。 where current_day between #{ } and #{ } between前面是字段名称,中间只可以放置参数( 一般用于查询某段时间内的数据) 其实 【WHERE current_
相关文章
相关标签/搜索