Say I have this data:
site cell value a b "1" a c "2"
And I want the output for the format:
site value a "b=1,c=2"
Is it possible with SQL?
PS: I am using access. But even if access does not support this particular syntax I would like to know any database that can.