
November 2nd, 2004, 04:44 PM
|
|
Registered User
|
|
Join Date: Nov 2004
Posts: 5
Time spent in forums: 4 m 18 sec
Reputation Power: 0
|
|
|
SQL Query - HELP
I have a table called evolution project with four fields: month, proj_id (Project ID), user_id (User ID) and role.
The month field is in the format: 200202. All the other fields are numbers. Each project has multiple users. A user may be associated with more than one project. The role field is simply a number based on a key for different roles the user can performin the project: developer, passive etc.
The number of users associated with a project is called the degree of the project. I want to query out all projects with a degree greater than a certain constant 'c', using SQL.
HELP PLEASE.
|