View Single Post

   
  #1 (permalink)  
Old 04-08-2008, 11:57 AM
Uwe Ziegenhagen
 
Posts: n/a
Default Searching in textfileds for patterns

Hello,

I was asked to create a small PHP-interface to search in an Oracle 10.1
database.

A field will contain a small text, I need to search inside this text for
a given keyword. I know the LIKE operator, but is it the best tool for
this job or is there anything more sophisticated to search in fields?

Thanks,

Uwe
Reply With Quote