This topic is locked

Adding data to table field

7/15/2008 3:43:03 PM
PHPRunner General questions
E
edgerton author

Not sure how to ask this question.
I am using PHPRunner with a MySQL datebase to display a phone directory. Recently we changed from 4 digit to 5 digit extensions. Does anyone know of a way to update the "Extension" field with an "8"? All extensions are the same just with an "8" in front of the extension now.
Thanks.

A
alang 7/15/2008

Use an SQL database admin tool like SQLyog to run a query once on your database. eg
UPDATE phonedirectory SET extension=extension+80000