Thread: ResultSet size
View Single Post
  #8 (permalink)  
Old 06-23-2008, 10:40 AM
felixtfelix felixtfelix is offline
Member
 
Join Date: Dec 2007
Posts: 32
felixtfelix is on a distinguished road
hi,

If u have some other fields say for example,

select column1,column2,column3 from <tablename> where ...

and if u add the count(*) with the above query then always remember that you have to add the other fields in the group by clause which will may make the data irrelevant than what you are looking for as the data may be get grouped.

Regards

Felix T
Reply With Quote