All Downloads are FREE. Search and download functionalities are using the official Maven repository.

db.pgsql.exists.tpl Maven / Gradle / Ivy

There is a newer version: 1.0.24
Show newest version
SELECT case when count(table_name) > 0 then true else false end as found FROM INFORMATION_SCHEMA.TABLES where table_schema = lower('${ db.table.schema }') and table_name = lower('${ db.table.name }');




© 2015 - 2025 Weber Informatics LLC | Privacy Policy