$ rm package.zip
$ zip -r package.zip chrome/
select distinct hbtnum, '<option value="' || hbtnum || '">[' || hbtnum || '] ' || seidoname || '(' || tanseidoname || ')</option>' from tbl_hknnum where tekstymd <= '2020-02-01' and tekedymd >= '2020-02-01' and hknkohsbtkbn = '1' order by hbtnum;
select distinct hbtnum, '{ houbetsuNum: "' || hbtnum || '", name: "[' || hbtnum || '] ' || seidoname || '(' || tanseidoname || ')" },' from tbl_hknnum where tekstymd <= '2020-02-01' and tekedymd >= '2020-02-01' and hknkohsbtkbn = '1' order by hbtnum;
select distinct hbtnum, '<option value="' || hbtnum || '">[' || hbtnum || '] ' || seidoname || '(' || tanseidoname || ')</option>' from tbl_hknnum where tekstymd <= '2020-02-01' and tekedymd >= '2020-02-01' and hknkohsbtkbn != '1' order by hbtnum;
select distinct hbtnum, '{ houbetsuNum: "' || hbtnum || '", name: "[' || hbtnum || '] ' || seidoname || '(' || tanseidoname || ')" },' from tbl_hknnum where tekstymd <= '2020-02-01' and tekedymd >= '2020-02-01' and hknkohsbtkbn != '1' order by hbtnum;