If we use sum function in mysql, does it return sum of that row or for that column?
No Answer is Posted For this Question
Be the First to Post Answer
How do you restart mysql?
What is append query?
How can you calculate the sum of any column of a table?
What is innodb mysql?
What are the advantages of mysql in comparison to oracle?
I want to make a query where I want to eliminate the duplicate rows from the table. For example : Input : Table : NAME Column1 Column2 India USA USA India UK India India UK The desired output that I want to eliminate the duplicates Output India USA UK India Thanks
How do you change a password for an existing user via mysqladmin?
How do we delete a row in a table?
How do I change the max connections in mysql?
What is the difference between now() and current_date()?
What are the security alerts while using mysql?
How many threads can mysql handle?