in reply to Re: Checking for DB table existence using DBI/DBD
in thread Checking for DB table existence using DBI/DBD

In Interchange, we use a similar query to get all the column names:

select * from tests where 6*9=42

limit 0 isn't portable to all databases, and neither is where false, but the question of life, the universe, and everything is. :)

--Dan