Je suis au niveau 3 avec subjects5
Je dois chercher Synthesis dans subject_fr
Cherchons le type de subject_fr
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 = 'subjects5'
AND a.attname = 'subject_fr'
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'
^