[SQL] trigger proceedures in sql
hi, can trigger proceedures ( procedures to be executed from within a trigger ) not be written in sql. i was looking for examples and can find proceedures in 'c' only. regards-adivi
[SQL] executing a function
Hi, i doubt if this should 've gone to the novice group, but it's all sql i have a function that returns a setof rows from a table testtab : CREATE FUNCTION "public"."gettesttab" () RETURNS SET