GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Mainframe  >  DB2

 Print  |  
Question:  Can GROUP BY and ORDERED BY used in a single query?



January 01, 2006 04:41:37 #3
 sai   Member Since: Visitor    Total Comments: N/A 

RE: Can GROUP BY and ORDERED BY used in a single query...
 
We can use Group By and order by in a single query only if both of them(Group by and order by)  use the same column.
     

 

Back To Question