This sample illustrates use of a subquery in FROM clause.
The subquery retrieves count of unique names in table "Employee", then function "count" counts quantity of these names.
select count(*) UniqueNamesCount from (select distinct FirstName from Employee)
Download Absolute Database | Learn more |
|
|
Current version: 7.95
Released: February 08, 2023
Price: $ 149
|
|
I don't think I've ever had a better support experience in regard to any of the 3rd party tools we use.
Tim Stickley
|
|
|