Our training courses

Other training resources

Our training venues

Why we are different

Details for Drago

Drago has participated in the following threads:

Added by Drago on 09 May 2023 at 21:25


declare @EventInfo varchar(25)= 'Summary of events'

declare @EarliestDate date = 
(
    select 
    MIN(e.EventDate)
    from tblEvent e
)

declare @LatesttDate date = 
(
    select 
    Max(e.EventDate)
    from tblEvent e
)


declare @NumberOfEvents int = 
(
    select 
    COUNT(*)
    from tblEvent e
)

Select 
    @EventInfo as Title,
    @EarliestDate as 'Earliset Date',
    @LatesttDate as 'Latest Date',
    @NumberOfEvents as 'Number of Events'

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