7
Answers

Quotation character problem in SQL command

yokzu

yokzu

12y
2.1k
1
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.

Answers (7)