Mysql – Count # of valus that exist in column string
I am trying to count # of rows where a value exists in any string of another table. Here is my example data: ToolCode Drill Screwdriver Saw WorkCenter Screwdriver1 Drill1 Saw2 Saw3 Screwdriver15 Drill 12 Saw10 So the totals would…