Subject Trigger variable in function parameter
Author jasajona
Why server accepts this statement:

declare variable v numeric(18,2);
...
coalesce(v, 0)

I forgot to write ":" by the variable and had a headace for half of a
day. Where is the point of accepting variable in parameters without ":"?