1 post
2
1
72
In the function declaration Return you have to put the type, not the variable. In your case, it would be: CREATE OR REPLACE FUNCTION BuscaNome RETURN VARCHAR IS This is because the type of variable…