Feb 6, 2017 #1 rk68 Programmer Jul 15, 2003 171 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 Jan 10, 2006 8,502 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 Jul 13, 2005 819 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