Skip to content
Advertisement

Sum some columns order by ID in SQL [closed]

I’m trying to sum some columns by id. But I’m retrieving 1 raw.

For Example

Result that ı trying to get:

How I can do this?

Advertisement

Answer

You just need addition operation + as follows:

User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement