OK, well, mysql has LEFT JOINS, right?  OK then, in that case, how the heck
do I use them?!  I need to join 14 tables (with the exact same structure,
columns) together and view all of there contents with a WHERE clause like
this:

SELECT * FROM t1, t2, t3, t4, t5, etc ORDER BY date DESC

or

SELECT * FROM theworks WHERE userid = 'userid'

Any suggestions?  I need that join.  WHY?  Because it's ambiguous if I dont
have it.

- Deryck H
- http://www.comp-u-exchange.com


---------------------------------------------------------------------
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