Answers

Question and Answer:

  Home  IBM DB2

⟩ Can GROUP BY and ORDERED BY used in a single query?

YES we can use and Group by must come in order to code query.Ex. select * from tab01 group by col1 order by col02

YES we can use and Group by must come in order to code query.Ex. select * from tab01 group by col1 order by col02

 232 views

More Questions for you: