how to search containing word using "Free Text Search" like %[word]%

  • Hi,

    Is it possible to search the middle word using free text query similar to %[word]% using in T-SQL.

    For example, search for word "ita" or "ital" should return record value having "Vital".

    Regards

    Vijay A

  • Select * from table where column like '%word%'

    /* ----------------------------- */
    Tochter aus Elysium, Wir betreten feuertrunken, Himmlische, dein Heiligtum!

  • Thanks for the reply but i am using "Free text search" not the normal T-SQL. I need query using Key Word "ContainsTable".

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply