So what I came up with is here, I still need to single out the MAX proc_id Overlap, like Select Max(....can't get it to work though, maybe a Order by Max Proc_id,...
SELECT a.proc_id, Count (a.proc_id), a.anest
FROM anest_procedures AS a,
anest_procedures AS b
WHERE (CAST (a.start_date || '...