Subject Re: [ib-support] How can I check if a table is empty?
Author Dimitry Sibiryakov
On 5 May 2003 at 15:00, mcrosman1957 wrote:

>I am developing a store procedure and a trigger in which I need to
>check if a table is empty or not.

IF (EXISTS (Select * from MyTable)) THEN ...

SY, Dimitry Sibiryakov.