On Thu, 20 Jun 2002, Seth Yount wrote:

> Hello experts

I'm glad you think so highly of us.

>
>    I am trying to decide which would be the most efficient way of
> retrieving data, Subselects (nested queries?) or Temporary Tables?
>
>     Does MySQL even support these yet?

MySQL supports temporary tables, but not sub-selects. Manual section 6.5.3 has
details on the "CREATE TEMPORARY TABLE ..." command and A.6.3 lists a few
problems with temporary tables.  Section 1.4.4.1 discusses sub-selects.

>
>    Any advice / examples would be greatly appreciated.
>
> Seth --
>


---------------------------------------------------------------------
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 <mysql-unsubscribe-##L=##[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to