Just a simple [cpan.org] guy, hacking Perl for fun and profit since way back in the last millenium. You may find me hanging around in the monestary [perlmonks.org].
What am I working on right now? Probably the Sprog project [sourceforge.net].
GnuPG key Fingerprint:
6CA8 2022 5006 70E9 2D66
AE3F 1AF1 A20A 4CC0 0851
A colleague is doing some maintenance of categories in a jobs database. One of the things he was asked to do was merge "Food and Beverage Workers" (code = "FOO") with "Bar Staff" (code = "BAR"). This necessitated running a query something like this:
UPDATE occupation SET category = "FOO" WHERE category = "BAR"
s/FOO/BAR/; 0 Comments More | Login | Reply /