![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Please help me how can I sum the result of 2 select queries: |
#3
| |||
| |||
|
|
Please help me how can I sum the result of 2 select queries: SELECT COUNT(DISTINCT Nodes.Caption) AS COUNT_of_NodeName *FROM Nodes *WHERE ( * (Nodes.Status = '1') AND * (Nodes.Link = 1) ) SELECT COUNT(Interfaces.InterfaceName) AS COUNT_of_Interface_Name *FROM Interfaces *WHERE ( * (Interfaces.Link = 1) AND * (Interfaces.Status = '1') ) |
![]() |
| Thread Tools | |
| Display Modes | |
| |