eg :
product amt1 amt2 amt3 amt4
a 100 200 150 170
b 120 33 54 94
the max amt is : "200" for product a
the max amt is : "120" for product a
pls get me SQL Query.
product amt1 amt2 amt3 amt4
a 100 200 150 170
b 120 33 54 94
the max amt is : "200" for product a
the max amt is : "120" for product a
pls get me SQL Query.
Comment