DataBase error - Table 'iay.tblfamily' doesn't exist
select count(*) from tblfamily where villagecode = '501010010004'DataBase error - Table 'iay.tblfamily' doesn't exist
select count(*) from tblfamily where socialgroup in ('1','2') and villagecode = '501010010004'DataBase error - Table 'iay.tblfamily' doesn't exist
select count(*) from tblfamily where socialgroup in ('3','4','5','6') and villagecode = '501010010004'DataBase error - Table 'iay.tblfamily' doesn't exist
select tblfamily.totscore,count(tblfamily.familyid) as count2 from tblfamily where villagecode = '501010010004' group by tblfamily.familyid order by tblfamily.totscore ascDataBase error - Table 'iay.tblfamily' doesn't exist
select tblfamily.totscore,count(tblfamily.familyid) as count2 from tblfamily where villagecode = '501010010004' and socialgroup in ('1','2') group by tblfamily.totscore order by tblfamily.totscore ascDataBase error - Table 'iay.tblfamily' doesn't exist
select tblfamily.totscore,count(tblfamily.familyid) as count2 from tblfamily where villagecode = '501010010004' and socialgroup in ('3','4','5','6') group by tblfamily.totscore order by tblfamily.totscore asc