Here's my problem. I have a large database with one specific column of interest. Each row in this column contains a string. I need to count how many times a specific sub string appears in this column of strings. Make sense? Any one know the best way to do this?