I have field in my sql table named ‘content’.
I have 300 records in this table that contain the embeded code of a video, like:
<iframe title="YouTube video player" width="480" height="390" src="http://www.youtube.com/embed/1cmOCl3AAcs" frameborder="0" allowfullscreen></iframe>
How can i add with sql the following code to this records like: class=”main” .
Depending on which DBMS you are using, you should be able to use the
replacefunction: