Duncan Hill <[EMAIL PROTECTED]> wrote: > While reading the manual the other day, I noticed that MySQL supports a syntax > of INSERT INTO table VALUES (x),(y),(z). Very handy, and nice and fast. > However, when this syntax was tested on an AS/400 and an Ingres installation, > it doesn't work. The manual doesn't list this format as an extension from > ANSI 92 though. So, is it standard SQL or an extension? >
I have no ANSI SQL, but INSERT statement with multiple value lists is mentioned in the standart SQL 99. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]