You are on page 1of 1

2010-01-29

2010-02-25
2010-03-31
2010-04-30
2010-05-31
2010-06-30
2010-07-30
2010-08-31
2010-09-30
2010-10-29
2010-11-30
2010-12-31
2011-01-31
2011-02-28
2011-03-31
2011-04-29
2011-05-31
2011-06-30
2011-07-29
2011-08-26
2011-09-30
2011-10-31
2011-11-30
2011-12-30
2012-01-31
2012-02-29
2012-03-30
2012-04-30
2012-05-31
select tanggal,kodeperk,kodecab,sakhr from bakperk
where (trim(kodeperk)='1.30' or trim(kodeperk)='2.10' or trim(kodeperk)='1')
and (tanggal in ('2010-01-29','2010-02-25','2010-03-31','2010-04-30',
'2010-05-31','2010-06-30','2010-07-30','2010-08-31','2010-09-30',
'2010-10-29','2010-11-30','2010-12-31','2011-01-31','2011-02-28',
'2011-03-31','2011-04-29','2011-05-31','2011-06-30','2011-07-29',
'2011-08-26','2011-09-30','2011-10-31','2011-11-30','2011-12-30',
'2012-01-31','2012-02-29','2012-03-30','2012-04-30','2012-05-31'))order by
tanggal,kodeperk,kodecab

You might also like