The order of the rows returned by a select that does not have an ORDER BY
clause is guaranteed by the standard to be in any arbitrary order, even from
one execution to another due to changes in the underlying data, index
statistics, amount of memory available, or even the phase of the moon.

Use an ORDER BY clause if order matters to you.

--andy


On 4/17/07, Alberto Simões <[EMAIL PROTECTED]> wrote:

Hi

I would like to know if the order I get the rows from a select
(without ORDER BY) is the order by which the values were inserted.

I know this is the behavior for MySQL, but not sure about SQLite.

THank you
Alberto
--
Alberto Simões


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]

-----------------------------------------------------------------------------


Reply via email to