Doc Thirst
04-22-2008, 12:43 PM
I'm trying to find records containing an Apostrophe in the name. Any suggestions, I'm working in the console and everything returns an error. I've tried a variety of options, like ['], "'", '\'' to name a few.
|
Click to See Complete Forum and Search --> : Apostrophe in string search Doc Thirst 04-22-2008, 12:43 PM I'm trying to find records containing an Apostrophe in the name. Any suggestions, I'm working in the console and everything returns an error. I've tried a variety of options, like ['], "'", '\'' to name a few. Doc Thirst 04-22-2008, 01:05 PM Did the trick: WHERE (LAST_NAME LIKE '%''%') webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |