Hello everyone.
I'm newbee to databases.
I need one help pls help me out I'm not on list so pls directoly mail me back on this 
email address.

table articles has following  fields and some of the sample entries like following in 
the exactly same order . (here id is index).

id  -- section ----     title

1      general          W
2      concepts        X
5      concepts        A
3      concepts        A
4      concepts        X


Now if i give query like this 

select * from articles where section like 'concepts' group by title order by id desc;

i get results like 

5      concepts      A
2      concepts      X


But i want results like  

3     concepts       A
2      concepts      X



Can some one pls help me out .

ranjeet



Reply via email to