You are on page 1of 2

DATA

Insert into Test Values (1,'2012-01-22','2012-03-12',2)


Insert into Test Values (1,'2012-03-13','2012-04-30',3)

Insert into Test Values (2,'2012-01-22','2012-04-23',1)


Insert into Test Values (2,'2012-04-24','2012-04-31',4)
Insert into Test Values (3,'2012-01-02','2012-01-18',5)
Insert into Test Values (3,'2012-01-19','2012-01-29',6)
Insert into Test Values (4,'2012-01-13','2012-01-17',4)
Insert into Test Values (5,'2012-01-18','2012-01-20',3)
Insert into Test Values (6,'2012-01-04','2012-01-06',1)

INPUT

Output
Jan-12
Feb-12
Mar-12
Apr-12

2
2
2
3

Jan-12
Feb-12
Mar-12
Apr-12

1
1
1
4

Jan-12

Jan-12

Jan-12

Jan-12

You might also like