Skip to site navigation (Press enter)
Re: SQL Puzzle?
Casey C Cook
Tue, 07 Oct 2003 10:15:15 -0700
Does this work?
SELECT A.COMPANY_ID, A.COUNT(APPLICANT_ID),B.COUNT(DEAL_ID)
FROM APPLICANTS A, DEALS B
WHERE A.COMPANY_ID = B.COMPANY_ID
GROUP BY A.COMPANY_ID
[
Todays Threads
] [
This Message
] [
Subscription
] [
Fast Unsubscribe
] [
User Settings
]
Previous message
View by thread
View by date
Next message
Re: SQL Puzzle?
Casey C Cook
Re: SQL Puzzle?
Casey C Cook
Reply via email to
Search the site
The Mail Archive home
cf-talk - all messages
cf-talk - about the list
Expand
Previous message
Next message