5
Answers

how do i write query that contains '%' character in config?

Photo of Nepethya Rana

Nepethya Rana

8y
701
1
I need to pass query something like 
 
Select * from  EmpTable where  EmpName LIKE '%ARP%' in application configuration file. ?
 
 

Answers (5)