The Wise Owl logo (an owl and the company name)

Our training courses

Other training resources

Our training venues

Why we are different

Details for ahmed yousif

ahmed yousif has participated in the following threads:

Added by ahmed yousif on 23 Oct 2020 at 11:10

select EventName,EventDate
from dbo.tblEvent
where 
EventName like '%Teletubbies%'
or
EventName like '%pandy%'

Added by ahmed yousif on 23 Oct 2020 at 11:02

-- query 1
select EventName
from dbo.tblEvent
where CategoryID <> 14
and EventDetails like '%train%'
------------------------------
go
--query 2
select EventName
from dbo.tblEvent
where CountryID = 13
and 
EventName not like'%space%'
and
EventDetails not like '%space%'
----------------------------
--query 3
go
select EventName
from dbo.tblEvent
where CategoryID in(5,6)
and EventDetails not like '%war%'
and EventDetails not like '%death%'

Added by ahmed yousif on 23 Oct 2020 at 10:33

select EventName as what,EventDate as 'when'
from dbo.tblEvent
where EventDate >= '20050201'
and EventDate <= '20050228'

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 2025. All Rights Reserved.

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