请告诉我如何构建这个表。
Name (KO No. 1) - 取自表格t_mo字段mo,没有相同的名字
Name2 (MO) - 取自表格t_pet字段otv_kon
格式(空) - 此列将始终为空
格式 2 (1) - 值const
接受(0)
select count(*)
from t_block t, t_pet p, t_mo w
where t.id_ger=p.id
and p.mo_id=w.mo_id
and p.conect_id=5
and to_date(t.date_end) between to_date('01.03.2019') and to_date('31.03.2019')
and p.mo_id =10
and p.otv_kon=54001
接受(44)
select count(*)
from t_block t, t_pet p, t_mo w
where t.id_ger=p.id
and p.mo_id=w.mo_id
and p.conect_id=5
and to_date(t.date_end) between to_date('01.03.2019') and to_date('31.03.2019')
and p.mo_id =12
and p.otv_kon=54001
已关闭(0)
select count(*)
from t_block t, t_pet p, t_mo w
where t.id_ger=p.id
and p.mo_id=w.mo_id
and p.conect_id=5
and to_date(t.date_end) between to_date('01.03.2019') and to_date('31.03.2019')
and p.mo_id =10
and p.otv_kon=54001
and p.cause in (22,1)
已关闭(44)
select count(*)
from t_block t, t_pet p, t_mo w
where t.id_ger=p.id
and p.mo_id=w.mo_id
and p.conect_id=5
and to_date(t.date_end) between to_date('01.03.2019') and to_date('31.03.2019')
and p.mo_id =12
and p.otv_kon=54001
and p.cause in (22,1)

?