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

2 lines
145 B
Properties
Raw Normal View History

num-tables = SELECT COUNT(*) as num_tables FROM information_schema.tables WHERE table_schema = ? and TABLE_TYPE='BASE TABLE'
#tables-created =