tsql where clause checking even or odd number
update student
set isOdd = 1, isEven = 0
where exammark % 2 =1
Achievement provides the only real pleasure in life
update student
set isOdd = 1, isEven = 0
where exammark % 2 =1
Posted by SF at 1:54 am
No comments:
Post a Comment