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”.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The SQL command is pretty basic.
As for the C# part, that will depend a lot on where the data is located, what type of database it’s in and what you want to do with the data once you’ve obtained it.