Need to exclude results in a MySQL query where two table fields are not of certain values (brain far
- by DondeEstaMiCulo
I don't know if I'm just burnt out and can't think, or what... But I can't seem to make this work right...
(We're using MySQL 5.1...)
I have two tables which have some transactional stuff stored in them. There will be many records per user_id in each table. Table1 and Table2 have a one-to-one relationship with each other. I want to pull records…