krishnaa Posted June 12, 2015 Share Posted June 12, 2015 Actually i need to filter data from the table like if i search name the name containing rows should be displayed . the thing i need is if search string is matches with the string in the file the particular the particular row in the table with the filename should display Quote Link to comment Share on other sites More sharing options...
Barand Posted June 12, 2015 Share Posted June 12, 2015 SELECT whatever FROM tablename WHERE columnname LIKE '%searchfor%' Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.