Often times we need reference to a real working example to understand the actual technical documentation. Just trying to put together useful SQL queries that are working and tested against MySQL 5.0 database.
Update part of the column value that matches the given String
column value (pre-update): Apt # 1234
update <tablename> set <column>=replace(<column>, [...]
