list_tables.sql 80 Bytes
SELECT table_name FROM information_schema.tables WHERE table_schema = 'public';
GitLab Appliance - Powered by TurnKey Linux