i knew that i can build the query using
where XXX = XXX set XXX = XXX
but what if i want to make
where XXX_1 or XXX_2 = XXX set XXX = XXX
with other way, if XXX_1 or XXX_2 = XXX set XXX = XXX
so the query will check the two places i mentioned if one of em got the CONDITION then it set...
i hope u guys understand me, thanks in advance.
where XXX = XXX set XXX = XXX
but what if i want to make
where XXX_1 or XXX_2 = XXX set XXX = XXX
with other way, if XXX_1 or XXX_2 = XXX set XXX = XXX
so the query will check the two places i mentioned if one of em got the CONDITION then it set...
i hope u guys understand me, thanks in advance.