I have sql query as shown below
SELECT ID,[description1],[description2]
FROM [instance]
WHERE CONTAINS([description2],'"*ECSB10*"')
It is giving following rows with description2 value 'VA-7000-ECSB02-1B-MGMT' even though description2 column does not contain keyword ECSB10, Can anyone explain why is it returning like this.