Bonjour, j'ai essaye ce code mais ça marche pas
sans ' and ' ||left_attribut|| '=' || quote_literal(val1) ça marche mais qd je rajoute la partie du and j'ai une erreur du type le quote_literal n'existe pasCode:
1
2
3
4
5
6 EXECUTE 'select count('|| left_attribut ||') from ' ||tab||' where ' ||right_attribut|| '=' || quote_literal(val) ' and ' ||left_attribut|| '=' || quote_literal(val1) into i;
es -ce que quelqu'un aurrai une réponse
merçi