02-24-2012, 06:03 AM
[eluser]Bigil Michael[/eluser]
my db is like this
my requirement is to change the status to 0 if member_id and selected_member are cross connected
ie rows 1 and 3
anybody knows how to write the query to get the required result.
thanks in advance...
my db is like this
Code:
id username lastactive member_id selected_member status
1 Bigil 1330086806 1770 1791 1
2 shine 1330071220 1792 1770 1
3 sajith 576576575 1791 1770 1
ie rows 1 and 3
anybody knows how to write the query to get the required result.
thanks in advance...