Microsoft
Software
Hardware
Network
Question : Need to return " "
if this
SELECT AboutME FROM tbl_Profile
WHERE UserID = @sUserId
returns null then I would like to return " "
a space textbox.
ALTER PROCEDURE [dbo].[sprGetAboutMeName]
(
@sUserId nvarchar(50)
)
AS
BEGIN
-- Unique Columns to check whether already exists
SELECT AboutME FROM tbl_Profile
WHERE UserID = @sUserId
RETURN
END
Answer : Need to return " "
SELECT coalesce(AboutMe,'') FROM tbl_Profile
WHERE UserID = @sUserId
Random Solutions
Verification Process
need to Trim and cast a string as a number
Excel 2007 :: object library invalid or contains references to object definitions that could not be found.
Attach multiple files to an Outlook message at one time
Insert calculated column disabled (grayed) in Excel Pivot Table
How can I retrieve OS and Hardware Device Information using Compact Framework in VB only?
Windows Server 2008 R2 Kms Activation issue
Macro not found error
button width: changed from IE6 to IE7 and now button length is very large
summary match