Sen descrición

lh f9cc89d1b4 '增加clickid' hai 1 ano
app f9cc89d1b4 '增加clickid' hai 1 ano
bootstrap d029519094 初始化 hai 1 ano
config d029519094 初始化 hai 1 ano
database d029519094 初始化 hai 1 ano
public d029519094 初始化 hai 1 ano
resources d029519094 初始化 hai 1 ano
routes 94fa842e68 '对外接口初步完成' hai 1 ano
storage d029519094 初始化 hai 1 ano
tests d029519094 初始化 hai 1 ano
.editorconfig d029519094 初始化 hai 1 ano
.env.example d029519094 初始化 hai 1 ano
.gitattributes d029519094 初始化 hai 1 ano
.gitignore d029519094 初始化 hai 1 ano
.styleci.yml d029519094 初始化 hai 1 ano
README.md d029519094 初始化 hai 1 ano
artisan d029519094 初始化 hai 1 ano
composer.json d029519094 初始化 hai 1 ano
package.json d029519094 初始化 hai 1 ano
phpunit.xml d029519094 初始化 hai 1 ano
server.php d029519094 初始化 hai 1 ano
webpack.mix.js d029519094 初始化 hai 1 ano

README.md

相关运维sql查询

查询书籍排序重复的问题
select bid,count(*) from chapters WHERE sequence = 1 group by bid having count(bid)>1;

查询书籍完本统计
SELECT COUNT(*), `status` FROM books GROUP BY `status`;