hii..
i got a really have kinda complicated problem.
this is my table
table participate
| id |phone_no|vote1 |vote2|vote3 |vote4|vote5|st atus|
|_1_| +012++_|_1__|__ 3__|__4__|__5_| ___4_|__5_|
cont another data..
the situation is like this, i already got the most frequent data that had been inserted from vote1 to vote 5,and the result is 4example.
now comes the problems,
i need to detect the phone_no(can be repeated on the same field) that had the biggest data with values 4 on vote1 to vote 5. with rules that the status must be 5 or the vote will not be count.
please help me.. i've been stuck here about a weeks.
pls4xx...
i got a really have kinda complicated problem.
this is my table
table participate
| id |phone_no|vote1 |vote2|vote3 |vote4|vote5|st atus|
|_1_| +012++_|_1__|__ 3__|__4__|__5_| ___4_|__5_|
cont another data..
the situation is like this, i already got the most frequent data that had been inserted from vote1 to vote 5,and the result is 4example.
now comes the problems,
i need to detect the phone_no(can be repeated on the same field) that had the biggest data with values 4 on vote1 to vote 5. with rules that the status must be 5 or the vote will not be count.
please help me.. i've been stuck here about a weeks.
pls4xx...
Comment