SyntaxFix
Write A Post
Hire A Developer
Questions
Try this:
SELECT table_name FROM information_schema.tables WHERE table_schema='public' AND table_type='BASE TABLE'
this one works!