RE: marking all records based on a text file

2003-08-20 Thread Mechain Marc
Another way to do it, create a temporary table load the content of your text file in it, and then do your update crossing the two tables. Marc. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

RE: marking all records based on a text file

2003-08-19 Thread Michael S. Fischer
The MySQL client won't be able to do that on its own; you'll need to write a script in your favourite scripting language to do that. --Michael > -Original Message- > From: Scott Haneda [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 19, 2003 9:00 PM > To: MySql > Subject: marking all r