• I think what you're looking for is:

    select 'SE_Country' as col1, count(*) from .....

    union all

    select 'FE_Country' as col1, count(*) from ....

    union all