extract from database if key contatin string in SQL 2008using c#
Posted
by salamonti
on Stack Overflow
See other posts from Stack Overflow
or by salamonti
Published on 2010-05-26T00:56:26Z
Indexed on
2010/05/26
1:01 UTC
Read the original article
Hit count: 303
I have a table with two columns - the key contains the image name, like love_me.jpg. The second column contains the link for this image (IE: http:\...\love_me.jpg).
I want a query that will extract the link if I search using only "love".
© Stack Overflow or respective owner