LINUX.IE, website of the Irish Linux Users' Group
Tux rules!

   
Home
New Users
Articles
Download
Projects
Community
Vendors

  Print Version
Email to...
 
Archives:


planetILUG

Recent News

News Archive


Join the
ILUG
on FaceBook


Join the
ILUG
on LinkedIn


Join the
ILUG SETI
Group



















 
 :: Mailing Lists

[ILUG] wee coding challenge..

[ILUG] wee coding challenge..

kevin lyda kevin at suberic.net
Thu May 4 15:35:09 IST 2000


peter.mcevoy at iona.com wrote:
> update mytable
> set fullname = replace(fullname, ':');

right, it does support that.  perhaps this would work:

use DBI;

$dbh=DBI::connect("dbi:driver:db", "user", "pass");
foreach $c (split(//, ":,%other bad chars")) {
	$dbh->do("update mytable set fullname = replace(fullname, "
                 . $dbh->quote($c) . ") where fullname like "
		 . $dbh->quote("%$c%");
}

more work for the db, but no need to shoot the data back and forth.

kevin
-- 
kevin at suberic.net       "we were goin' for breakfast.  in canada.  we
fork()'ed on 37058400    made a deal: if she'd stop hookin', i'd stop
meatspace place: work    shootin' people.  maybe we were aiming high."
                                                   --porter, "payback"




More information about the ILUG mailing list
Read this without the formatting.
                                                                                                    

 

Hosted by HEAnet


Maintained by the ILUG website team. The aim of Linux.ie is to support and help commercial and private users of Linux in Ireland. You can display ILUG news in your own webpages, read backend information to find out how. Networking services kindly provided by HEAnet, server kindly donated by Dell. Linux is a trademark of Linus Torvalds, used with permission. No penguins were harmed in the production or maintenance of this highly praised website. Looking for the Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!
RSS Version
Powered by Dell