SyntaxFix
Write A Post
Hire A Developer
Questions
Try this, replace ? with your schema name
select TABLE_NAME from INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA =? AND TABLE_TYPE = 'BASE TABLE'