I have data like below in my table
key value
department maths
department science
class one
class two
book science
book maths
department Tamil
book SS
class ten
in this table i want to get like below
"department":{
department : maths,
department :scicence
},
"class":{
class : one,
class :two
}
in sql it self