Hi all,
I'm trying to get a query that would give me the max number of the 12 column on the same row. These column are the 12 month and the number are the sold item for each month. Each row representing a different product.
I want it like this:
Item Jan Feb Mar Apr May Highest
98767 1 3 10 25 4 25
How can I get the Highest column to show me the highest number of the 12 first column?
Thanks
I'm trying to get a query that would give me the max number of the 12 column on the same row. These column are the 12 month and the number are the sold item for each month. Each row representing a different product.
I want it like this:
Item Jan Feb Mar Apr May Highest
98767 1 3 10 25 4 25
How can I get the Highest column to show me the highest number of the 12 first column?
Thanks