Running on SQL 2000. My field I am trying to update is from table tblToner with field name description that is a varchar field with max 8000 char. Nulls are allowed.
I want to avoid changing hundreds of fields for the same reason. For example this field value...
HP Series I/LJ/LJ+ /LJ HP 500+
is very common. I would like to update it and all others that contain 'HP' and 'LJ' to read 'Hewlett Packard' and 'LaserJet'
In the end it should be Hewlett Packard Series I/LaserJet/LaserJet+/LaserJet HewlettPackard 500+
Kindly offer a solution. Your help is greatly appreciated.
I want to avoid changing hundreds of fields for the same reason. For example this field value...
HP Series I/LJ/LJ+ /LJ HP 500+
is very common. I would like to update it and all others that contain 'HP' and 'LJ' to read 'Hewlett Packard' and 'LaserJet'
In the end it should be Hewlett Packard Series I/LaserJet/LaserJet+/LaserJet HewlettPackard 500+
Kindly offer a solution. Your help is greatly appreciated.