0
How to add multipal rows in a single column in sql
we have already exists table ...and suppose we add another column ..then I want to add multiple values in that single column
1 Resposta
0
Using Sum() function you can add multiple rows.
Select sum(column_name) from table_name