O
O
Outoverlay2016-01-24 11:37:23
MySQL
Outoverlay, 2016-01-24 11:37:23

Is this possible?

WHERE table1.id = table2.id = table3.id

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Rsa97, 2016-01-24
@Outoverlay

Maybe. This is equivalent to
True in two cases:
If (table1.id = table2.id) and (table3.id = 1)
If (table1.id != table2.id) and (table3.id = 0)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question