Je suis au niveau 3 avec sites3
Je dois chercher Saras dans site
Cherchons le type de site
requête : SELECT t.typcategory
FROM pg_attribute a
JOIN pg_type t ON t.oid = a.atttypid
JOIN pg_class c ON c.oid = a.attrelid
WHERE c.relname = 'sites3'
AND a.attname = 'site'
AND a.attnum > 0
AND n.nspname = 'public'Erreur SQL (IsInt):
ERROR: missing FROM-clause entry for table "n"
LINE 8: AND n.nspname = 'public'
^