Hi!
I have a database with one table like follows:
URL_ID | URL_LINK | PAGE_INOF | PAGE_CONTENT
The PAGE_CONTENT contains the entier content of one website page.
PROB: I want to look e.g. for the word "homepage" in the fields of the
PAGE_CONTENT column.
So I'm not looking for an exact phrase.
Since "SELECT PAGE_CONTENT FROM My_Table WHERE
My_Table.PAGE_CONTENT="homepage" looks
for the exact phrase I can't use this syntax.
Any body a clue on how to work this out?
Thanks for any helpful trick or hint!
Yoeri.