sábado, noviembre 02, 2013

MySQL: Update a pattern in database

Sometimes you need to change an specific string not only in one column but in each and every column all along your database. If you are in this circumstance this little snippet might help you: It simple creates a bunch of updates by scanning all string columns (var, varchar) all through the database. Hope it helps!

No hay comentarios: