Viewing 2 posts - 1 through 2 (of 2 total)
The additional clauses between the brackets are trying to ignore partial matches. e.g. if you were searching for customer then it wouldn't return customerid. In most cases you...
October 9, 2007 at 5:22 pm
#740589
This script didn't work if a tab was used before the tablename. I modified the like clause like this and it seemed to pick them up
ON c.Text LIKE '%[...
October 9, 2007 at 12:50 am
#740251