Bonjour
j'ai un souci avec ce bout de code,
Quand j'ai exécute une formule d'exemple 1+a il m'affiche une erreurCode:
1
2
3
4
5
6
7
8
9 CREATE OR REPLACE FUNCTION CalculFromule (formule VARCHAR2) RETURN REAL IS resultat REAL; BEGIN select formule into resultat from DUAL; Return resultat; Exception when others then return 0; END;
MErci pour toute aiderCitation:
ORA-00904:"A":invalid identifier