Masterminds / squirrel

Fluent SQL generation for golang
Other
6.67k stars 458 forks source link

feat: add remove select builder columns method #331

Closed PatricPippi closed 1 year ago

PatricPippi commented 1 year ago

I add remove columns method for select builder, it's useful for reuse others query conditions with others columns, e.g: use "COUNT(*)" feature before ( or after ) execute complex query conditions.