prince raj

prince raj

  • NA
  • 88
  • 42.9k

How to get data from two table.

Jan 30 2015 9:09 AM
How to get data from two table.
 
how to get number of record in table_contacts with group name in query. 
 
i have two table. 
GroupMaster
ID    |    GroupName
1         Friend
2         Family
3.        Business
 
 table_Contacts
Id   |   GroupName   | Name
1         Friend                  XXXX
2         Family                  xxxxx
3         Friend                  xxxxx
 
 
output in Datatable like
ID      G roup      Total
1        Friend         2 
2        Family         1
3.       Business      0
 
 

Answers (2)