I'm converting an Access db to mySQL, and Access allows users to Insert
Records into a table AND call them as well in the FROM clause. This is
illeagal in ANSI SQL however and therefore illeagal in mySQL, but I don't
know really how to get around it. How can I insert only new records that
aren't already in a table, without calling the table first? Can this be done
in SQL?

Dave Carter
Chief Web Architect
Accelerated Business Technologies, Inc.
http://www.abti.cc
717.464.2970


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