Hi
I am working with PHP / Oracle 8
I am a newbie to Oracle and complicated SQL's too.
This is a simple query I wrote and it's not working :
select first_name from member where (home_email1 && home_email2) like
'%tvk%';
I dont' get any specific errors also !. I think the combination of the
field names with '&&' it not working. Any help ?.
Thanks in adv.
~ Karthick
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]