Hoe zit het met deze vraag (gebaseerd op de beschrijving in de handleiding)?
SELECT table_name
FROM information_schema.tables
WHERE table_schema='public'
AND table_type='BASE TABLE';
Hoe zit het met deze vraag (gebaseerd op de beschrijving in de handleiding)?
SELECT table_name
FROM information_schema.tables
WHERE table_schema='public'
AND table_type='BASE TABLE';