SQL Algorithm Question.

Asked 2 years ago, Updated 2 years ago, 39 views

I don't know, so I'm asking you a question

sql oracle

2022-09-20 22:24

1 Answers

Are you asking me how I can print it out like that? For query statements...

SELECT BRANCH_ID, sum(TOTAL) FROM EMPLOYEES GROUP BY BRANCH_ID;

You can do it like this, and if you want to add the order by order, you can add it.


2022-09-20 22:24

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.