On Fri, Jul 04, 2003 at 02:27:18PM +0200, Davide Monge wrote: > > I need to understand if there where the possibility to do: > > [EMAIL PROTECTED] root]# mysql -u root -ppw R500 < INSERT INTO CARTA (date, > time, commessa, barcode) VALUES ("03/07/2003", "14:55:54", "03-0456", > "99TPPEMETALPPC/425") > > instead of: > > [EMAIL PROTECTED] root]# mysql -u root -ppw R500 < command.sql
You probably want to read the man page regarding the "-e" option. -- Paul Chvostek <[EMAIL PROTECTED]> Operations / Abuse / Whatever it.canada, hosting and development http://www.it.ca/ -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]