Hi all,
I have written a trigger in which i am updating few rows of another table
(AFTER insert in MAIN table).
Now, i want to know how many rows of another table are updated ???
Is there any variable available like we have SQL%COUNT in Oracle ??? Does
Postgres creates any INTERNAL CURSOR like Oracle ??
Any help will be appreciated...
Thanx
Denis