freetexttable

  • When I run the first query I am getting the data for the emp_id 'lmc_1234'.

    But when I run the second query I am not getting any data. what could be the reason.

     

    query1: SELECT * FROM emp WHERE emp_id='lmc_1234'

    query2: SELECT * FROM FreetextTable(emp,*,'lmc_1234')

     

    Thanks.

  • Not trying to be Captain Obvious here, but have you turned on full-text indexing on the database, table, or column?

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

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