![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Is it possibe to combine the results of these 2 queries into a single result set consisting of 1 row and 2 columns (for each value)? SELECT COUNT(*) AS 'SlnCount' FROM Request WHERE RequestTypeID = 2 SELECT COUNT(*) AS 'NewSlnCount' FROM Request WHERE RequestTypeID = 2 AND StatusID = 1 |
#3
| |||
| |||
|
#4
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |