Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Select data and count in view

$
0
0
Hello,How can I select data from a table and row counts from multiple tables in a viewfor example:Select * from Settings -- it gets 1 row onlySelect count(*) from NewApps where Status = 'False'Select count(*) from myUsers where Status = 'Pending'I just want to get them all in 1 view

Viewing all articles
Browse latest Browse all 3145

Trending Articles