Comment on Rollup for multiple fields in MySQLparentComments−stevekemp13y> rollup is a db commandYou need to read "How to ask questions the smart way".A quick google suggests "rollup" is used with grouped-queries, so it is a modifier to an SQL select operation, not a db-command as such.−sGrabberOP13yThanks for correcting
Comments
> rollup is a db command
You need to read "How to ask questions the smart way".
A quick google suggests "rollup" is used with grouped-queries, so it is a modifier to an SQL select operation, not a db-command as such.
Thanks for correcting