Re: [PHP] Random SELECT SQL list

2007-05-20 Thread Eduardo Vizcarra
Hi Larry,Paul,Zoltán Thanks for your messages, adding ORDER BY RAND () worked just fine :) Eduardo "Larry Garfield" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] > On Wednesday 16 May 2007, Eduardo Vizcarra wrote: >> Hi >> >> I would like to know if a SELECT SQL query list of

Re: [PHP] Random SELECT SQL list

2007-05-17 Thread Zoltán Németh
2007. 05. 17, csütörtök keltezéssel 00.45-kor Larry Garfield ezt írta: > On Wednesday 16 May 2007, Eduardo Vizcarra wrote: > > Hi > > > > I would like to know if a SELECT SQL query list of records can be unsorted. > > SELECT statement retrieves a list of records from a certain table starting > >

Re: [PHP] Random SELECT SQL list

2007-05-16 Thread Larry Garfield
On Wednesday 16 May 2007, Eduardo Vizcarra wrote: > Hi > > I would like to know if a SELECT SQL query list of records can be unsorted. > SELECT statement retrieves a list of records from a certain table starting > from record # 1 till record #N and when publishing the records, this is how > it is p

Re: [PHP] Random SELECT SQL list

2007-05-16 Thread Paul Novitski
At 5/16/2007 09:40 PM, Eduardo Vizcarra wrote: I would like to know if a SELECT SQL query list of records can be unsorted. SELECT statement retrieves a list of records from a certain table starting from record # 1 till record #N and when publishing the records, this is how it is presented, in a s

[PHP] Random SELECT SQL list

2007-05-16 Thread Eduardo Vizcarra
Hi I would like to know if a SELECT SQL query list of records can be unsorted. SELECT statement retrieves a list of records from a certain table starting from record # 1 till record #N and when publishing the records, this is how it is presented, in a sequential way, is there any way to not pre