--- Merlin <[EMAIL PROTECTED]> wrote:
> I am having difficulties to order user into a ranking table. In
> the listing of the users I use a select statement, where I order
> after points and registration date. Then I print out thre results
> counting the rows. 1,2,3...
>
> SELECT
> u.user_nam
Hi there,
I am having difficulties to order user into a ranking table. In the listing of
the users I use a select statement, where I order after points and registration
date. Then I print out thre results counting the rows. 1,2,3...
SELECT
u.user_name,
FROM
usertable
ORDER BY
2 matches
Mail list logo