If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Other > How to count records from two tables

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-08-10, 11:20
skrathore skrathore is offline
Registered User
 
Join Date: Aug 2010
Posts: 2
How to count records from two tables

I have two tables named categories and products, structure of tables is like below:

Categories(category_id,category_name)

1, ajax
2, adobe
3, software dev
4, database

products(product_id,product_name,category_id)

1, dbbooks, 4
2, software practice, 3
3, dreaviewver, 3
4, hide-show, 1

This is sample reults, Result should display like this:
1 ajax(1)
2 adobe(0)
3 software dev(2)
4 database(1)
I shall be very thankful...........Please help me....... Suresh
Reply With Quote
  #2 (permalink)  
Old 08-08-10, 11:26
skrathore skrathore is offline
Registered User
 
Join Date: Aug 2010
Posts: 2
How to count records from two tables

I have two tables named categories and products, structure of tables is like below:

Categories(category_id,category_name)

1, ajax
2, adobe
3, software dev
4, database

products(product_id,product_name,category_id)

1, dbbooks, 4
2, software practice, 3
3, dreaviewver, 3
4, hide-show, 1

This is sample reults, Result should display like this:
1 ajax(1)
2 adobe(0)
3 software dev(2)
4 database(1)
I shall be very thankful...........Please help me....... Suresh
Reply With Quote
  #3 (permalink)  
Old 08-08-10, 14:29
r937 r937 is online now
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,540
let me give you three hints:

1, LEFT OUTER JOIN
2, COUNT()
3, GROUP BY

__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
  #4 (permalink)  
Old 09-26-10, 12:49
lizamather123 lizamather123 is offline
Registered User
 
Join Date: Sep 2010
Posts: 1
Talking agreed

i have toagree
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On