can any one help me to solve the following problem.
i have a table name "detail" and field contains name,age,remark s1,remarks2
and data content
name age remark1 remark2
bishnu 22 aaa ssss
priya 27 ff gg
gopal 12 tt ww
now i want to generate a new table name "complete" which generate the following table as from table name "detail"
name age remark
bishnu 22 aaa
bishnu 22 ssss
priya 27 ff
priya 27 gg
gopal 12 tt
gopal 12 ww
please tell me the sql coding for solving this problem.plz help
i have a table name "detail" and field contains name,age,remark s1,remarks2
and data content
name age remark1 remark2
bishnu 22 aaa ssss
priya 27 ff gg
gopal 12 tt ww
now i want to generate a new table name "complete" which generate the following table as from table name "detail"
name age remark
bishnu 22 aaa
bishnu 22 ssss
priya 27 ff
priya 27 gg
gopal 12 tt
gopal 12 ww
please tell me the sql coding for solving this problem.plz help
Comment