Ca devrait le faire


with t1 as ( select *
from table
where service = 1010 ),
t2 as ( select *
from table
where service = 8000 )...