0
_ (underscore) is used in like for single character search while % is used for multi character search. but what if your string/ data contains an underscore? this code is escaping the _ as search search character and is only searching for records having underscore (_) in the data.
13th Jul 2017, 9:40 PM
Gurpreet Singh
Gurpreet Singh - avatar