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?
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]