7
Answers

How to insert columns as rows?

srinivas P

srinivas P

13y
1.5k
1
Hi, to all

I have two tables

Example: class table
            
ClassId        Cassname
110th class

student table
classidstuNameAddress
1        xyzhyd
1abchyd
1pqrhyd

Now my requirement is i want to insert data following way
classidstNameAddress
stuName               
address
 stuname
 address
1xyzhydabchyd
pqr
hyd


i want to display multiple columns data in single row
please help me



Thanks inadvance


Answers (7)