I have a table to store the dynamic attribute
The structure is like this:
id itemid value
---- ------ ------
1 1 A
2 2 B
3 3 C
4 1 B
5 2 C
So when I pass the multi-valued parameter
- Pass value
A Bresult itemid1 - Pass value
Bresult itemid1 2 - Pass value
B Cresult2
How can I write this sql? By the way i use mysql