Re: how many of a kind lark
>>
> as strawberry would tell you: if you add and "order by" clause at the
> end of your statement, it'll order it for you. for example:
>
> select blah blah
> from blah
> group by bla
> order by cat_id
>
oh, thanks very much:
being a newbie, I could not understand it very easily.
Thanks for pointing that out! |