Subject Re: [firebird-support] Re: Select * from where 0=1
Author Jerome Bouvattier
Hi,

> > Ideally, I'd need something more generic.
> > Any other hint ?

> Hi,
> try to use rdb$db_key ('invisible' column available in every table)

> select * from TableName where rdb$db_key is null

Unfortunately, this takes as much time as
Select * from <table> where 0=1

Thanks anyway.

--
Jerome