Our training courses

Other training resources

Our training venues

Why we are different

Details for SaratSQLnoob

SaratSQLnoob has participated in the following threads:

Added by SaratSQLnoob on 05 Feb 2022 at 10:53

My Solution:

Alter Table tblContinent
Add [Using ISNUll] nvarchar(50) NULL

Alter Table tblContinent
Add [Using COALESCE] nvarchar(50) NULL

Alter Table tblContinent
Add [Using CASE] nvarchar(50) NULL

Update dbo.tblContinent
Set [Using ISNULL] = ISNULL(Summary, 'No Summary')

Update dbo.tblContinent
Set [Using COALESCE] = COALESCE(Summary, 'No Summary')

Update dbo.tblContinent
Set    [Using CASE] = CASE WHEN Summary is NOT NULL Then Summary Else 'No Summary' END

Added by SaratSQLnoob on 05 Feb 2022 at 06:26

My Solution:

Select EventName +' (category ' + Cast(CategoryID as nvarchar(10)) + ')' as [Event (category)], EventDate from tblEvent

Where CountryID = 1

Head office

Kingsmoor House

Railway Street

GLOSSOP

SK13 2AA

London

Landmark Offices

99 Bishopsgate

LONDON

EC2M 3XD

Manchester

Holiday Inn

25 Aytoun Street

MANCHESTER

M1 3AE

© Wise Owl Business Solutions Ltd 2024. All Rights Reserved.

End of small page here
Please be aware that our website uses cookies!
I'm OK with this Tell me more ...