Chatto/chatto/src/main/resources/queries.properties

1 line
126 B
Properties
Raw Normal View History

2019-10-04 10:10:26 +00:00
num-tables = SELECT COUNT(*) as num_tables FROM information_schema.tables WHERE table_schema = ? and TABLE_TYPE='BASE TABLE'