constcards:Card[]=awaitdb.all(`select datas.id,texts.name from datas,texts where datas.id = texts.id and datas.type & 0x4000 = 0 and datas.id > ? and datas.id <= ? ${replacedWhere}`,[queryInfo.lower,queryInfo.upper]);
constcards:Card[]=awaitdb.all(`select datas.id,texts.name from datas,texts where datas.id = texts.id and datas.type & 0x4000 = 0 and datas.id > ? and datas.id <= ? ${replacedWhere} order by datas.id asc`,[queryInfo.lower,queryInfo.upper]);