db.pgsql.exists.tpl Maven / Gradle / Ivy
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