Is there an alternative way to testing if a table is
empty other than using select count(*) from ..........?
Basically I am looking for a potentially quicker test,
as select count(*) from.... might take a fair bit of
time if the table is quite heavily populated...
empty other than using select count(*) from ..........?
Basically I am looking for a potentially quicker test,
as select count(*) from.... might take a fair bit of
time if the table is quite heavily populated...