Our training courses

Other training resources

Our training venues

Why we are different

Details for poldo123

poldo123 has participated in the following threads:

Added by poldo123 on 07 Oct 2022 at 16:30

--Listing the EventNames with their categories next to them in one columnan with the usage of (CAST) functing
SELECT EventName + ' ' + '(Category' + ' ' + CAST(CategoryID AS nvarchar(10)) + ')' as [Event (Category)],
EventDate FROM tblEVent
 

Added by poldo123 on 07 Oct 2022 at 15:51

--A query for the length of each event name listing them from the shortest to the longest


SELECT EventName, LEN(EventName) AS LengthCount
FROM tblEvent
ORDER BY LEN(EventName)

Added by poldo123 on 07 Oct 2022 at 15:04

SELECT EventName, EventDate 
FROM tblEvent
WHERE EventName like '%Teletubbies%' OR
EventName like '%Pandy%'

Added by poldo123 on 07 Oct 2022 at 14:57

SELECT CategoryID, EventDetails
FROM tblEvent
WHERE CategoryID <> 14
AND EventDetails LIKE '%Train%'

 

SELECT CountryID, EventName, EventDetails
FROM tblEvent
WHERE CountryID = 13
AND (EventName NOT LIKE '%Space%'
AND EventDetails NOT LIKE '%Space%')


SELECT CategoryID, EventDetails
FROM tblEvent
WHERE (CategoryID = 5 OR CategoryID = 6)
AND EventDetails NOT LIKE '%War%'
AND EventDetails NOT LIKE '%Death%'

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 ...