Skip to content

nakakoh/generate_insurance_number

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generate Insurance Number

create release package

$ 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;

参考

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published