At 02:58 06.09.01, you wrote:
>I get the results:
>Impossible WHERE noticed after reading const tables
>
>Not sure this has anything to do with it, but there is no data in either table
>yet,


yes, thatīs exactly the reason. the query optimizer found out very early 
that your select would not return any rows and thus told you so. populate 
the tables with some data and try again.

hgs



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to