Skip to contents

List all "temporary" tables starting with tmp_ in the given schema

Usage

list_temporary_tables(con, ...)

Arguments

con

the connection to probe

...

the schemas to probe

Value

a tibble with TABLE_SCHEMA and TABLE_NAME columns containing information of the temporary tables found.