MYSQL two tables joining and getting result based on ONLY and ONLY by same field value?

You can actually accomplish this with a simple LEFT join... and look for NULL (not found). By doing a left-join, it gets all records from the left table regardless of a match on the right. So, if we set the join condition to your transactions table SPECIFICALLY for Cancelled = "No", and we FIND a match, ignore that from the result set.

If there are no records in transactions, OR all of them are set to Cancelled = "Yes", they are excluded from the join condition and will thus be considered "none found.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions