@@ -282,7 +282,8 @@ Following are some of the most commonly used constraints available in SQL −
FROM table_name
WHERE CONDITION
ORDER BY column_name {ASC|DESC};
SQL GROUP BY Clause
### SQL GROUP BY Clause
SELECT SUM(column_name)
FROM table_name
WHERE CONDITION
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.