Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Month format

Hi all,

Pragati11

 

i have a table 


SELECT * from Personal.fact_AIS_Specific   ;    in this i have month column    like     (YY-MMM) format

 

Month ,Seats,Region

20-Mat,100,EMEA

20-Apr,200,APJ

20-Jun,300,AMS

 

i want to  get the   current month count  of  seats  by region     and previous month count of seats by region .  

 

how to achieve this?

1 Reply