I have 2 tables.
Table 1 contains the Agents that are used by search engine robots (googlebot, etc).
Table 2 contains web site visitor information including Agent, IP, Page visited, etc.
When I do a count to determine page views I get page views that were generated by Robots. I would like to exclude Robot visits.
I have tried left joins, creating array of robot agents (won't work because of certain characters in the robot agent).
Nothing is working. Any help would be appreciated.
Ned