hi
when u execute statement like
select top 1 columne from table
where coumtn1 = 1000
group by column2 having count(colume)>1 order by column 3
internally how sql server execute it
which comes first top,from , group ,having,order,where,order by
hi
when u execute statement like
select top 1 columne from table
where coumtn1 = 1000
group by column2 having count(colume)>1 order by column 3
internally how sql server execute it
which comes first top,from , group ,having,order,where,order by