You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Using SQL Server's "isnull" function introduces a space between function name and parentheses. This doesn't happen with other functions like "nullif".
To Reproduce
I used the main site's "try it out" section to reproduce.
Describe the bug
Using SQL Server's "isnull" function introduces a space between function name and parentheses. This doesn't happen with other functions like "nullif".
To Reproduce
I used the main site's "try it out" section to reproduce.
Before fmt
After fmt
Expected behavior
I would expect 'isnull' to be treated the same as 'nullif' where there is no space between the function name and the parenthesis.
Actual behavior
A space is introduced.
The text was updated successfully, but these errors were encountered: