Date: 2025-10-24 22:12:53
Score: 0.5
Natty:
The solution is simple. Use the alias to transfer the column name on aggregated column
ISNULL(CONVERT(VARCHAR,fs.A),'') as 'A'
or
ISNULL(CONVERT(VARCHAR,fs.A),'') 'A'
Documentation
Reasons:
- Whitelisted phrase (-1): solution is
- Probably link only (1):
- Low length (0.5):
- Has code block (-0.5):
- Low reputation (0.5):
Posted by: Yoann Blossier