select
s.svc_id
s.svc
s.svc_short
s.code
s.version
s.orchestrator_name
(select url from svc_operation so where so.operation='create' AND so.svc_id=s.svc_id limit 1) as create_url
s.is_production_ready
s.resource_realm_type_id
s.descr
s.man
from svc s
where svc_id=
select
j.svc_operation_id
j.operation
j.url
j.descr
j.man
from svc_operation j
where j.svc_id=