
02.06.2011, 11:06
|
Прохожий
|
|
Регистрация: 17.05.2011
Сообщения: 5
Репутация: 10
|
|
Цитата:
Сообщение от TOJluK
Код:
select executioner_id, count(executioner_id) as num
from "appointment(procedures)"
having count(executioner_id) =
(select max(count(executioner_id))
from "appointment(procedures)"
group by executioner_id)
group by executioner_id
|
Спасибо, но
Структура:

|