Subject | Re: [ib-support] How can I check if a table is empty? |
---|---|
Author | Mark Patterson |
Post date | 2003-05-07T01:58:52Z |
PODESTA Mariano APRE wrote:
== Mark
> tryHow would you use that in Delphi with IBX?
>
> if (exists (select * from MyTable)) then
> ..
>
> this statement is fast and does not fetch all records.
== Mark