2022-01-14に更新

ISBN

sqlite> select count(publisher) from tbl_bookdata where isbn like '978404%';                       
4345
sqlite> select count(publisher) from tbl_bookdata where isbn like '978408%';
5092
sqlite> select count(publisher) from tbl_bookdata where isbn like '978409%';
4079
sqlite> select count(publisher) from tbl_bookdata where isbn like '4420%';
37

tomato
所有者限定モードのためこのボードには投稿できません
コメント