: [EMAIL PROTECTED]
Cc: MySQL List
Subject: Re: Show row number
Excellent explanation. Thanks again.
CL
At 02:00 PM 1/25/2006, [EMAIL PROTECTED] wrote:
>Clyde Lewis <[EMAIL PROTECTED]> wrote on 01/25/2006 01:41:30 PM:
>
> > Is there a command in mysql that will return the row n
Excellent explanation. Thanks again.
CL
At 02:00 PM 1/25/2006, [EMAIL PROTECTED] wrote:
Clyde Lewis <[EMAIL PROTECTED]> wrote on 01/25/2006 01:41:30 PM:
> Is there a command in mysql that will return the row number. I
> tried rownum and rownum()
>
No, "rows" do not exist in the base data
Clyde Lewis <[EMAIL PROTECTED]> wrote on 01/25/2006 01:41:30 PM:
> Is there a command in mysql that will return the row number. I
> tried rownum and rownum()
>
No, "rows" do not exist in the base data of a MySQL database. They are
called "records" and records may be stored in any order. With
Is there a command in mysql that will return the row number. I
tried rownum and rownum()