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.