Basics of Drupal, Techniques in drupal, Customizing the Drupal themes, Custom functions in drupal, Does and Dont in Drupal, Interview Question & Answers in Drupal etc.
Friday, December 9, 2011
Find and Replace in Mysql Query with Example
Syntax:
update [table_name] set [field_name] = replace([field_name],'[string_to_find]','[string_to_replace]');
No comments:
Post a Comment