Viewing 4 posts - 226 through 229 (of 229 total)
This is an interesting little problem. There are a few different ways you could go about doing it. Since the URLs are delimited by '/', you could probably write something...
January 19, 2012 at 9:15 am
Well you could do separate queries for ones starting with src= and href= since those add on characters. then as long as the count of characters is the same for...
January 18, 2012 at 7:59 pm
You don't explicitly have to declare a @params variable in this particular example, but it's probably a good idea. Your code could be modified slightly
...
January 18, 2012 at 7:44 pm
Thanks for the response Geoff. To your initial question about the nulls, part of the reason for wanting to make the returns null was that if say, stock A trades...
January 18, 2012 at 7:13 pm
Viewing 4 posts - 226 through 229 (of 229 total)