get table name not including view
Posted: Thu 21 Dec 2006 11:22
how to get all table name in database not include "view" and Not using "like" pattern?
Discussion forums for open issues and questions concerning database tools, data access components and developer tools from Devart
https://forums.devart.com/
Code: Select all
SHOW TABLE STATUS FROM db_nameCode: Select all
MyQuery.Filter := 'Engine = ''''';