Hi,
I have 5 column in a table, however one column is updated with recored and rest Null value.
Tabletest:-
ONE TWO THREE four five
1
2
3
4
5
My condition is, if record value of column one is 2 then i want to Update column TWO with 'True' if value of column two is 3 then i want to Update column THREE with 'True'.... else null
Thanks in advance
Mac
I have 5 column in a table, however one column is updated with recored and rest Null value.
Tabletest:-
ONE TWO THREE four five
1
2
3
4
5
My condition is, if record value of column one is 2 then i want to Update column TWO with 'True' if value of column two is 3 then i want to Update column THREE with 'True'.... else null
Thanks in advance
Mac