Quotation character problem in SQL command
Hi,
I want to search a string(with special characters) in DB but it has quotation character. I tryed lot of things but it didnt work.
String is; '':;'xx'
How may search this string with a select command?
Select * FROM table where String=''
Regards.