Recordsetclown
Technical User
I'm working with a mysql table that includes columns field_name, field_value, and indexnumber. The indexnumber is common to all rows within a single record, one row per field.
One of the fields is an agency code, and I want to find every row with that field, compare its value to my target, and if the comparison fails, use the corresponding indexnumber to insert into the shortdescription field a trimmed version of the full_description field from that record.
This is well beyond my understanding of sql, so if anyone can point me in the right direction, I would be most grateful.
One of the fields is an agency code, and I want to find every row with that field, compare its value to my target, and if the comparison fails, use the corresponding indexnumber to insert into the shortdescription field a trimmed version of the full_description field from that record.
This is well beyond my understanding of sql, so if anyone can point me in the right direction, I would be most grateful.