
02.06.2011, 11:10
|
 |
Местный
|
|
Регистрация: 25.02.2009
Адрес: Минск
Сообщения: 551
Версия Delphi: 2007
Репутация: 110
|
|
На оракле работает ))
Попробуй так:
Код:
select executioner_id
from "appointment(procedures)"
having count(executioner_id) =
(select max(count(executioner_id))
from "appointment(procedures)"
group by executioner_id)
|