| Date | Bulls | Male pups | Genitalias | Female pups | Total seals | Skins/pelts | Kidneys | Bulls weight (kg) | Pups weight (kg) |
|---|---|---|---|---|---|---|---|---|---|
| 04/04/2026 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 03/04/2026 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 02/04/2026 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 01/04/2026 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Error at 2026-04-04 10:43:00:
Query: select sum(seals) seals,
sum(skin) skin,
sum(bulls) bulls,
sum(female) female,
sum(male) male,
sum(penis) penis,
sum(pweight) pweight,
sum(kidneys) kidneys,
sum(kweight) kweight,
sum(mweight) mweight,
sum(oil) oil,
DATE_FORMAT(catch_date, '%d/%m/%Y') catch_date_edit
from daily_catch
where catch_date between '2026-04-01'
and '2026-04-04'
GROUP BY catch_date
order by catch_date
Error: Table 'imarketingcom_covidcalls.daily_catch' doesn't exist
Error at 2026-04-04 10:43:00:
Query: select sum(bulls) total
from daily_catch
where catch_date >= '2026-04-01'
and catch_date <= '2026-04-04'
Error: Table 'imarketingcom_covidcalls.daily_catch' doesn't exist
Error at 2026-04-04 10:43:00:
Query: select sum(male) total
from daily_catch
where catch_date >= '2026-04-01'
and catch_date <= '2026-04-04'
Error: Table 'imarketingcom_covidcalls.daily_catch' doesn't exist
Error at 2026-04-04 10:43:00:
Query: select sum(penis) total
from daily_catch
where catch_date >= '2026-04-01'
and catch_date <= '2026-04-04'
Error: Table 'imarketingcom_covidcalls.daily_catch' doesn't exist
Error at 2026-04-04 10:43:00:
Query: select sum(female) total
from daily_catch
where catch_date >= '2026-04-01'
and catch_date <= '2026-04-04'
Error: Table 'imarketingcom_covidcalls.daily_catch' doesn't exist
Error at 2026-04-04 10:43:00:
Query: select sum(seals) total
from daily_catch
where catch_date >= '2026-04-01'
and catch_date <= '2026-04-04'
Error: Table 'imarketingcom_covidcalls.daily_catch' doesn't exist
Error at 2026-04-04 10:43:00:
Query: select sum(skin) total
from daily_catch
where catch_date >= '2026-04-01'
and catch_date <= '2026-04-04'
Error: Table 'imarketingcom_covidcalls.daily_catch' doesn't exist
Error at 2026-04-04 10:43:00:
Query: select sum(kidneys) total
from daily_catch
where catch_date >= '2026-04-01'
and catch_date <= '2026-04-04'
Error: Table 'imarketingcom_covidcalls.daily_catch' doesn't exist
Error at 2026-04-04 10:43:00:
Query: select sum(kweight) total
from daily_catch
where catch_date >= '2026-04-01'
and catch_date <= '2026-04-04'
Error: Table 'imarketingcom_covidcalls.daily_catch' doesn't exist
Error at 2026-04-04 10:43:00:
Query: select sum(mweight) total
from daily_catch
where catch_date >= '2026-04-01'
and catch_date <= '2026-04-04'
Error: Table 'imarketingcom_covidcalls.daily_catch' doesn't exist