Answer: FREETEXT function can perform a full text search on the specified column.
FREETEXT({column/*}, search-string)
It will return the rows with columns that match the search-string. It matches the meaning only not the exact value of the search-string.
Asked In: Many Interviews |
Alert Moderator