Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My table contains fields which contains the values with special characters and without special characters,
i want a query to retrive only the values which contains special characters.
Eg: on of my field XXXX contains values AAABBB and AA@**BB so here i want a query to get only AA@**BB
how can i write? which is the proper operator i have to use?
Posted

You should use LIKE[^] operator to get the specified data from database.
Read more about LIKE here[^].

--Amit
 
Share this answer
 
Comments
Mohamed Mitwalli 9-Aug-12 2:54am    
5+

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900