select count(*)
from charlie c
, whiskey w
, bravo b
, delta d
where
c.sit
join b.do
join w.sex
join d.loss
on
grimace
group by
burn
having
absolution
order by
spring summer fall
( bang ! )
select count(*)
from charlie c
, whiskey w
, bravo b
, delta d
where
c.sit
join b.do
join w.sex
join d.loss
on
grimace
group by
burn
having
absolution
order by
spring summer fall