If I am reading the documentation correctly, MySQL will not maintain a UNIQUE INDEX across the tables that make-up a merged table. Does anyone have any tips for maintaining a UNIQUE INDEX across tables that make up a merged table?
Is there an easier way than running a SELECT statement on all of the sub tables and then inserting the item if all tables return 0 found? Thank you in advance! Andrew sql, query --------------------------------------------------------------------- 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