On Thu, 22 Feb 2001 17:41:43 -0500, ..s.c.o.t.t.. [gts]
([EMAIL PROTECTED]) wrote:
>mysql executes the queries in the order it recieves
>them, (so if your program's logic executes a select
>before an update, you'll never see results from the
>update in your select... at least not normally :)
well, except for insert delayed and update low_priority this might be
true, but there's exceptions.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]