choice any description
if i have data like :id desc
1 x
1 xx
1 xxx
2 yy
2 y
3 r
5 t
5 rr
i want to get the first description or any description for each id
so i want to make a query and the result will be :
id desc
1 x
2 yy
3 r
5 t
thanks
1 x
1 xx
1 xxx
2 yy
2 y
3 r
5 t
5 rr
i want to get the first description or any description for each id
so i want to make a query and the result will be :
id desc
1 x
2 yy
3 r
5 t
thanks
0