Rahid Ahmed
im new to this SQL language, my questions are going to be simple basic stuff. How is the having clause used with group by?
By Rahid Ahmed in SQL Server on Jan 31 2007
  • rajeev kumar
    Mar, 2007 14

    Having clause is used generally as a conditional statement with group by clause.Like .....group by(sal) having sal>1000.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS