Skip to content

Instantly share code, notes, and snippets.

@betweenbrain
Created June 28, 2012 16:43
Show Gist options
  • Save betweenbrain/3012422 to your computer and use it in GitHub Desktop.
Save betweenbrain/3012422 to your computer and use it in GitHub Desktop.
SQL to Update HTML in a Joomla article
update jos_content set introtext = replace(introtext,'<table style=\"width: 800px; height: 304px;\" border=\"0\">','<table border=\"0\">');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment