Feb 6, 2017 #1 rk68 Programmer Joined Jul 15, 2003 Messages 172 Location IN Hi, I have data with has "&" in the text. How can I extract the data using "LIKE" clause with ampersand? TIA, RAJ
Hi, I have data with has "&" in the text. How can I extract the data using "LIKE" clause with ampersand? TIA, RAJ
Feb 6, 2017 #2 Andrzejek Programmer Joined Jan 10, 2006 Messages 8,576 Location US [tt]... WHERE SomeField LIKE [blue]'%&%'[/blue][/tt] Have fun. ---- Andy There is a great need for a sarcasm font. Upvote 0 Downvote
[tt]... WHERE SomeField LIKE [blue]'%&%'[/blue][/tt] Have fun. ---- Andy There is a great need for a sarcasm font.
Feb 6, 2017 #3 Beilstwh Programmer Joined Jul 13, 2005 Messages 819 Location US if you are running in sqlplus, make very sure your issue the 'SET DEFINE OFF" command or it will assume that the "&" is a replacement string Bill Lead Application Developer New York State, USA Upvote 0 Downvote
if you are running in sqlplus, make very sure your issue the 'SET DEFINE OFF" command or it will assume that the "&" is a replacement string Bill Lead Application Developer New York State, USA