Details for SeahawkZim
SeahawkZim has participated in the following threads:Added by linjom on 23 Apr 2018 at 07:33
I am getting different result..
NULL 459
18th Century 4
19th Century 14
20th Century 396
21st Century 45
for both rollup and cube.. is this right? Final total same as site.
Added by odkao on 29 Jun 2018 at 14:17
Hello.
I'm having trouble getting this exercise done.
Is there anywhere i can get the solution?
Added by SeahawkZim on 25 Nov 2019 at 02:48
I added in the default of "Boring event" but this can be left out.
select EventName, case when left(eventname, 1) = right(eventname, 1) then 'Same letter'
when left(eventname, 1) like '[aeiou]' and right(eventname, 1) like '[aeiou]' then 'Begins and ends with a vowel'
else 'Boring event' end as Verdict
from tblevent
order by Verdict
Added by SeahawkZim on 16 Mar 2020 at 22:58
In the SQL script used to design and fill the CountriesByArea table, there is no entry for Wales.