quote:
Originally posted by Jimbo
When running the following query in navicat:
SQL code:
SELECT a.*, b.name FROM upgrades AS a INNER JOIN zm_timetracker AS b ON a.steamid = b.steamid WHERE b.name LIKE '%cherry%'
I get 4 results returned, with all their corresponding fields in TableA, and all of which have "cherry" in their name in tableB.
That is what I would expect -- is that not what you wanted?