1
0
Code Issues Pull Requests Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-10-19 22:58:56 +08:00
parent 8451e7a849
commit da900dc2b1
7 changed files with 287 additions and 57 deletions

View File

@@ -22,7 +22,7 @@ async function fetchAll({ args = {} }) {
${args.limit ? `LIMIT ${args.limit}` : ''}
`;
// // 更新现有数据
// sql = `SELECT song_id FROM song WHERE ${whereClause} AND data_version = 1`;
// sql = `SELECT song_id FROM song WHERE data_version = 1`;
// 测试用
// sql = `SELECT song_id FROM song_artist_relation group by song_id limit 10`;
console.log(sql);