|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
hi, i'm new to mysql. i need to find out the command to replace the string "Jake" with "NiHiLiST" in the 'Author' field of the table 'news' in the database 'translucency'. or i need an example with some sample names. i think u guys r the best to ask, cos u seem to know everything else.
|
|
#2
|
|||
|
|||
|
update news set author='NiHiLiST' where author='Jake';
|
![]() |
| Viewing: Dev Shed Forums > Databases > MySQL Help > replacing instances of strings |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|