cerr
2012-02-08 19:06:29 UTC
Hi,
I want to check for records in two tables and came up withe below
query:
SELECT * FROM xymply_users, xymply_newusers WHERE xymply_users.user
='test' OR xymply_newusers.user = 'test'
But this also shows me record where user isn't = 'test' why is that?
How do I do this correctly?
Thank you,
Ron
I want to check for records in two tables and came up withe below
query:
SELECT * FROM xymply_users, xymply_newusers WHERE xymply_users.user
='test' OR xymply_newusers.user = 'test'
But this also shows me record where user isn't = 'test' why is that?
How do I do this correctly?
Thank you,
Ron