I'd like to remove the <ul>
and <li>
tags without hurting the inside tags for all occurrances of this kind of structure:
<ul class="listapdf">
<li><a href="something">something</a></li>
<li><a href="something">something</a></li>
</ul>
What command can I use in MySQL command line?