Subject | Trigger variable in function parameter |
---|---|
Author | jasajona |
Post date | 2006-05-19T10:26:15Z |
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 ":"?
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 ":"?