id | what | when | color | to | description |
1 | test |01/01/2009 | red |04/01/2009 | hi this is test |
2 | test2 |02/01/2009 | green |04/01/2009 | hi this is test |
3 | test3 |01/01/2009 | blue |04/01/2009 | hi this is test |
4 | test4 |02/01/2009 | orange |04/01/2009 | hi this is test |
I WANT TO HAVE OUTPUT LIKE THIS.,
20090101 “
test
test3”20090102 “
test2
testtest3
test4”20090103 “
test2
testtest3
test4”20090104 “
test2
testtest3
test4”
Thanks in Advance