im having this same problem ..
this is my query ..
can u tell me how i can fix this problem ??
thanks in advancee
this is my query ..
Code:
select title, url,sum(visit_count),microsoft from (select * from data_repository where (username='prasad'and microsoft>0 or title like '%microsoft%')) group by url ,title order by sum(visit_count) desc, microsoft desc;
thanks in advancee
Comment