I am have a table like below
Company jan_value feb_value
sony 10 20
I wan to get a result like below
company value1 value2
sony jan_value 10
sony feb_value 20
I was trying to us unpivot but my sql does not support unpivot option since it is google sql. i really need help on this. thank you in advance