Microsoft
Software
Hardware
Network
Question : Casting local variable int as varchar to concatenate into another string using transact-sql
I'm trying to add a local variable of type int to a string to display to the user but I keep getting a null value.
Code Snippet:
1:
set @denial_reason = 'Patient does not meet income criteria: ' + CAST(@poverty_level as varchar)
Open in New Window
Select All
Answer : Casting local variable int as varchar to concatenate into another string using transact-sql
Try this
set @denial_reason = 'Patient does not meet income criteria: ' + CAST(ISNULL(@poverty_level
,'') as varchar)
Random Solutions
How to write a technical user guide for an application
daily average of the last 200 data
Tricky DCount for me - maybe not you
Need some help with ComboBox and Column
Citrix SSL certificate import
While trying to logon to a remote server using Remote Desktop, I get the message "The local policy of this system does not permit you to logon interatively"
Can The User Select A Directory
vb.net let user select start page
SP2 Install for SCCM
Urgent System.UnauthorizedAccessE<wbr />xception