/ Published in: SQL
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
UPDATE TABLE_NAME
SET FIELD_NAME = REPLACE(FIELD_NAME, 'LOOK_FOR_TXT', 'NEW_TEXT');
Comments
 Subscribe to comments
                    Subscribe to comments
                
                