> That would be in violation of the SQL spec.  The query is defined to
> return each join row from the cross product of the FROM tables that
> meets the condition of the WHERE clause.  As you wrote the query, each
> metadata row that meets the WHERE clause will be returned exactly as
> many times as there are rows in the images table.  There is no such
> thing as an "unreferenced" FROM entry as far as SQL is concerned.

Sounds about right. Thanks for the clarification.

Peter



---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly

Reply via email to