Qu'en est-il de cette requête (basée sur la description du manuel) ?
SELECT table_name
FROM information_schema.tables
WHERE table_schema='public'
AND table_type='BASE TABLE';
Qu'en est-il de cette requête (basée sur la description du manuel) ?
SELECT table_name
FROM information_schema.tables
WHERE table_schema='public'
AND table_type='BASE TABLE';