1
0
Code Issues Pull Requests Projects Releases Wiki Activity GitHub Gitee
tools/hifini_music/sql/statistic.sql

3 lines
194 B
MySQL
Raw Normal View History

2022-10-29 16:09:01 +08:00
SELECT count(*) FROM hifini_thread WHERE music_title='' and music_pic='' and music_url='';
SELECT count(*) FROM hifini_thread WHERE music_url like 'get_music.php?key=%' and music_real_url='';