更新 '3.5.cpp'
This commit is contained in:
parent
1b739472e6
commit
19a03e3e29
7
3.5.cpp
7
3.5.cpp
|
@ -89,6 +89,13 @@ int main()
|
||||||
|
|
||||||
conn.exec("use bigdata5",nullptr);
|
conn.exec("use bigdata5",nullptr);
|
||||||
fn1(sqlcmd);
|
fn1(sqlcmd);
|
||||||
|
|
||||||
|
ostr.str("");
|
||||||
|
ostr<<"select count(*) from pages where title like '%"<<langs[i][j]<<"%' ";
|
||||||
|
sqlcmd=ostr.str();
|
||||||
|
|
||||||
|
conn.exec("use bigdata2",nullptr);
|
||||||
|
fn1(sqlcmd);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in New Issue
Block a user