Hello everyone,

Without scripting, can this be done from mysql> command line?  The
'publications' field is mediumtext in table 'research'.  Since
'publication' is pretty long, I want to save it in a file on the file
system.  But I don't know how, or if that's even possible, to grab the
content from the file and use it in the following update statement?

mysql>update research set publications='loooong text in a file' where
uid=319;

Any ideas?

Thanks in advance,

Bing

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to