Subject Select in the from clause
Author j_j_e_m
Hello,

How can I get a select-in-the-from clause to work? I mean
something like:

select count(*) from (select distinct sample_type from samples)

Any help will be appreciated :o)

Regards,

J