MySQL SUM IF

Опубликовано: 28 Октябрь 2024
на канале: optikalefx
13,317
78

In most spread sheet applications like excel or google docs, you have the ability to SUM only certain rows in a column IF they meet certain criteria.

Well with a mysql database, it's like a complicated spreadsheet, so we should be able to do the same thing. Here we learn how to combine a mysql SUM function with a mysql IF statement to achieve this.