forum

Home / DeveloperSection / Forums / Display data Column wise

Display data Column wise

Manmohan Jha200129-Sep-2013
Hello developers...

I have some problem

My Sql table look like this..

Session               Student Id     Subject       MarksType      Marks
2013-2014         S00001         Math          FA1                 50
2013-2014         S00001         Hindi          FA1                 60
2013-2014         S00001         English       FA1                  62
2013-2014         S00001         Math          FA2                 55
2013-2014         S00001         Hindi          FA2                 62
2013-2014         S00001         English       FA2                  70

But i want print like this

Session               Student Id     Subject       FA1             FA2
2013-2014         S00001         Math          50                55
2013-2014         S00001         Hindi          60                62
2013-2014         S00001         English       62                 70

Help me...


Thx & regards
Manmohan Jha

Updated on 30-Sep-2013

Can you answer this question?


Answer

1 Answers

Liked By