mattech06
SSCrazy
Points: 2484
More actions
February 19, 2014 at 6:13 am
#304330
Hi,
I have this simple select statement
Select Distinct EPSReferralKPIs.dbStaffLastName
From EPSReferralKPIs
Is it possible to add another row onto this result set which is simply dbStaffLastName = 'No Ref - Staff'?
thanks,
djj
SSCoach
Points: 18831
February 19, 2014 at 6:18 am
#1690228
UNION ALL
SELECT 'No Ref - Staff'
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply