Hi Sandeep,
Abhilash suggestion is good , if you need any help...
Check the two ways: 1. abhilash suggestion
2. In database level you restrict the data in "where" condtion.
i.e Select {required fields} from {required tables} where CHARGERPOWERTYPE in [1,2] or CHARGERPOWERTYPE <> 0;
Thanks,
DJ