Subject | Re: [ib-support] How can I check if a table is empty? |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2003-05-06T03:57:44Z |
On 5 May 2003 at 15:00, mcrosman1957 wrote:
SY, Dimitry Sibiryakov.
>I am developing a store procedure and a trigger in which I need toIF (EXISTS (Select * from MyTable)) THEN ...
>check if a table is empty or not.
SY, Dimitry Sibiryakov.