I have bunch of video data like this:
<object width="560" height="315"><param name="movie"
value="http://www.youtube.com/v/2rwPGGdB1_4?version=3&hl=uk_UA&rel=0">
</param><param name="allowFullScreen" value="true"></param><param
name="allowscriptaccess" value="always"></param><embed
src="http://www.youtube.com/v/2rwPGGdB1_4?version=3&hl=uk_UA&rel=0"
type="application/x-shockwave-flash" width="560" height="315"
allowscriptaccess="always" allowfullscreen="true"></embed></object>
I want to select and export ids from this set of information, as new site excepts ids only. So I should somehow grab the part between v/ and ?. How can I do this in SQL query?