Our training courses

Other training resources

Our training venues

Why we are different

Details for Ola_Samson

Ola_Samson has participated in the following threads:

Added by Ola_Samson on 21 Mar 2024 at 22:08

-- PART 1--

SELECT *

FROM event e

JOIN

category c ON e.categoryid = c.categoryid

WHERE e.categoryid NOT IN (14) AND Eventdetails LIKE '%Train%';

-- PART 2--

SELECT *

FROM event e

JOIN

country c ON e.countryid = c.countryid

WHERE e.countryid = 13

AND eventname NOT LIKE '%Space%'

AND eventdetails NOT LIKE '%Space%';

-- PART 3--

SELECT * , ROW_NUMBER() OVER w AS row_num

FROM event e

JOIN

category c ON e.categoryid = c.categoryid

WHERE e.categoryid IN (5, 6)

AND eventdetails NOT LIKE '%war%'

AND eventdetails NOT LIKE '%death%'

WINDOW w AS ()

ORDER BY eventid;

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