Jump to content

LEFT JOIN value used in WHERE issue [Warning! Warning in title.]


onedumbcoder

Recommended Posts

i left join table2 and i want a value returned from that to be used in the where condition.

 

so both table1 and table2 have a field called sheep. I want to query to execute only if what is returned by the left join is equal to the value stored in table1 (table1.sheep = table2.sheep) or is nothing is return by the left join of table2

 

I have this and it is not working

 

UPDATE
table1 LEFT JOIN table2 ON (table2.type = 3) 
SET
table1.type=3
WHERE 
table1.sheep = table2.sheep OR table2.sheep = ''

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.