RE: Show row number

2006-01-25 Thread Little, Tim
: [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

Re: Show row number

2006-01-25 Thread Clyde Lewis
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

Re: Show row number

2006-01-25 Thread SGreen
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

Show row number

2006-01-25 Thread Clyde Lewis
Is there a command in mysql that will return the row number. I tried rownum and rownum()