Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> query special character
Please help.
I having problem with @ special character in my database.
when I do a select statement in sqlplus
select * from subscribers
where email = 'johndoe_at_yahoo.com';
I got no rows selected from the server.
but if I do
select * from subscribers
where email like 'johndoe%';
then the server returned:
EMAIL
is there a way where I can do the first query (select * from subscribers where email = 'johndoe_at_yahoo.com' ) and get the record back?
Thanks in advance. Received on Sat Jul 21 2001 - 02:43:47 CDT
![]() |
![]() |