--
> From: "Murad Nayal" <[EMAIL PROTECTED]>
> To: "MySQL List" <[EMAIL PROTECTED]>
> Sent: Saturday, August 02, 2003 2:40 AM
> Subject: retrieving rows by insertion order
>
>
> >
> >
> > Hello,
> >
> > I vaguely remembe
Hello,
I vaguely remember reading in the manual that the order of the retrieved
rows in a response to a select statement is unpredictable (unless you
use an order by clause). this possibly depends on the indices set up for
the table and/or used in constructing the result etc. is this accurate?