How do you replace values of one column in several tables?
What script do you use?
I have a table containing office symbols.
listOfficeSymbol
ID officeName
1 English <==== need to change it to Tiger
2 Math <==== Rabbit
3 Music <==== Eagle
Etc...
And there are other tables containing value of officeName.
tblContact
ID Name officeName
c1 Smith English
c2 Doe Math
Etc...
How do i go about changing the value of office Name
Can you give me a step by step instruction??
THanks much in advance..
What script do you use?
I have a table containing office symbols.
listOfficeSymbol
ID officeName
1 English <==== need to change it to Tiger
2 Math <==== Rabbit
3 Music <==== Eagle
Etc...
And there are other tables containing value of officeName.
tblContact
ID Name officeName
c1 Smith English
c2 Doe Math
Etc...
How do i go about changing the value of office Name
Can you give me a step by step instruction??
THanks much in advance..