Monday, March 2, 2015

SELECT a String record from a table

In any case this should work



SELECT * FROM dbo.Tablename
Where ColumnName LIKE '%/apprecord/%'



and will return you all records with the pattern present in it.


Please Mark This As Answer if it solved your issue

Please Vote This As Helpful if it helps to solve your issue

Visakh

----------------------------

My Wiki User Page

My MSDN Page

My Personal Blog

My Facebook Page


No comments:

Post a Comment