1. select * from MyDataBase
2. select count(*)as total_child,dir ect_mngr_person nel_number as personnel_numbe r from MyDataBase group by direct_mngr_per sonnel_number
both of the query statement is came from same table
i need it into 1 so that i can call it to dataSet..
Pls....
help me....
i hav no idea already....
2. select count(*)as total_child,dir ect_mngr_person nel_number as personnel_numbe r from MyDataBase group by direct_mngr_per sonnel_number
both of the query statement is came from same table
i need it into 1 so that i can call it to dataSet..
Pls....
help me....
i hav no idea already....
Comment