{
  "$type": "site.standard.document",
  "canonicalUrl": "https://rickymoorhouse.uk/blog/2009/2009-10-15-useful-sql",
  "path": "/blog/2009/2009-10-15-useful-sql",
  "publishedAt": "2009-10-15T09:00:11.000Z",
  "site": "at://did:plc:r53zv4vpzeihop3aliwyejlu/site.standard.publication/3mos5q3a7jf2w",
  "textContent": "update [table_name] set [field_name] = replace([field_name], '[string_to_find]', '[string_to_replace]');\n\n    Replace within a field",
  "title": "Useful SQL"
}