Re: [PHP-DB] Row count in a query

2004-01-31 Thread John W. Holmes
Martín Marqués wrote: El Dom 01 Feb 2004 12:54, John W. Holmes escribió: Shaun wrote: >>> Is it possible to have an incrementing row count in my query that is not part of the table data? If you _have_ to get this in your query I'd say you have a flaw in your logic somewhere. However, you can do it

Re: [PHP-DB] Row count in a query

2004-01-31 Thread Ignatius Reilly
rqués" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "Shaun" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, January 31, 2004 18:00 Subject: Re: [PHP-DB] Row count in a query El Dom 01 Feb 2004 12:54, John W. Holmes escribió: > Shaun wrote: &

Re: [PHP-DB] Row count in a query

2004-01-31 Thread Martín Marqués
El Dom 01 Feb 2004 12:54, John W. Holmes escribió: > Shaun wrote: > > > Is it possible to have an incrementing row count in my query that is not > > part of the table data? > > > > i.e. > > > > 1 data data > > 2 data data > > 3 data data > > ... > > > > This has to be done in the query no

Re: [PHP-DB] Row count in a query

2004-01-31 Thread John W. Holmes
Shaun wrote: Is it possible to have an incrementing row count in my query that is not part of the table data? i.e. 1 data data 2 data data 3 data data ... This has to be done in the query not the PHP!! If you _have_ to get this in your query I'd say you have a flaw in your logic somewhere.

Re: [PHP-DB] Row count in a query

2004-01-31 Thread Ignatius Reilly
- From: "Shaun" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, January 31, 2004 11:44 Subject: [PHP-DB] Row count in a query > Hi, > > Is it possible to have an incrementing row count in my query that is not > part of the table data? > > i.

[PHP-DB] Row count in a query

2004-01-31 Thread Shaun
Hi, Is it possible to have an incrementing row count in my query that is not part of the table data? i.e. 1 data data 2 data data 3 data data ... This has to be done in the query not the PHP!! Thanks for your help -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit