I have been searching for Oracle functions that are equivalent to to MySql Match Against.
Any help will be greatly appreciated
I have been searching for Oracle functions that are equivalent to to MySql Match Against.
Any help will be greatly appreciated
As a WHERE
condition this does not exist but the main advantage when you use MATCH AGAINST
is that you use a FULLTEXT
index and that exits in Oracle also and is called Oracle Text. See the following answer: Does Oracle support full text search? or make a general search for "Oracle Text".