Обсуждение: create function

Поиск
Список
Период
Сортировка

create function

От
Tomáš Nohejl
Дата:
 
How Can I Create function delete from... with returns opague and without plpgsql language.
 
Sample:
 
create function fdel returns opaque as 'delete from tab;' language 'sql';
Thanks.
 
Tomas N.