|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Another aggregate question
I want to use something of this psuedo code:
select count (feildMgr) from tblM where [tblM.feildMgr] = (Matt) but when i actually script a query like this out, it doesn't parse the Managers names, it just shows a count of all the managers, regardless of names. Should there be a nested query? Please help!! |
|
#2
|
||||
|
||||
|
This should do it:
select count (feildMgr) from tblM where feildMgr = 'Matt' |
![]() |
| Viewing: ASP Free Forums > Database > SQL Development > Another aggregate question |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|