- gorm不支持
map [string]interface{}
,编写>= like
gorm查询的时候where条件使用map[string]interface{}格式,如何编写大于等于或者like的条件?
- gorm Raw 统计
db.Raw("select count(1) as total from user").Count(&count)
map [string]interface{}
,编写>= like
gorm查询的时候where条件使用map[string]interface{}格式,如何编写大于等于或者like的条件?
db.Raw("select count(1) as total from user").Count(&count)