Date: 2024-10-10 15:21:20
Score: 2
Natty:
There are lots of STR functions in the SQL that I deal with.
To convert nEmpID INT to a string:
SET @value = 'nEmpID: ' + STR(nEmpID);
REF: https://www.w3schools.com/sql/func_sqlserver_str.asp
Reasons:
- Probably link only (1):
- Low length (1):
- Has code block (-0.5):
- Low reputation (0.5):
Posted by: jp2code