On Thursday 16 September 2004 17:19, Merlin wrote:
> the where clause is a replacement for the order by clause in the first
> statement. Inside this first select statement I am showing 20 results on
> each page with the limit command as shown here:
>
> SELECT
> u.user_name,
> FROM
> user
Thomas Seifert wrote:
On Thu, 16 Sep 2004 10:43:46 +0200, Merlin wrote:
Theoreticly the result number of the first select statement should be identical
with the count statement, but it is not.
Has anybody an idea how to fix that?
It can't be the same number as you are using a where clause in th
On Thu, 16 Sep 2004 10:43:46 +0200, Merlin wrote:
> Theoreticly the result number of the first select statement should be identical
> with the count statement, but it is not.
>
> Has anybody an idea how to fix that?
>
It can't be the same number as you are using a where clause in the second
st
3 matches
Mail list logo