Please I have a PL/SQL package where I'm using HTML code.
In the HTML code I need to use the euro symbol (as its HTML code) but when I use €
the PL/SQL package considers like if i want to pass him a variable and he keep asking me about the value of euro.
Is there any option that makes the use of €
possible in a PL/SQL package?
phrase_conditionnelle := 'Le montant de '||mt_salaire||
' €</b> ;