Skip to content
Snippets Groups Projects
Commit b306af8f authored by Martin Mareš's avatar Martin Mareš
Browse files

p-spam-abc: Správný formát výstupu pro ksp post-mail-gen

parent 3b186f6e
Branches
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
YEAR=73
psql mo_osmo -q --csv -c "
select email from users
select email, first_name, last_name from users
where user_id in (
select user_id from participants
where year=$YEAR
......@@ -17,10 +17,10 @@ psql mo_osmo -q --csv -c "
select round_id from rounds
where year=$YEAR
and category in ('A', 'B', 'C')
and seq=1
and round_type='krajske'
)
)
) and email not like '%@nomail'
and email not like '%@test'
order by email;
"
" | tr ',' '\t'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment