04 2020 档案
摘要:using System; using System.Diagnostics; using Microsoft.International.Converters.PinYinConverter; namespace TestPinYin { namespace NPinyinTest { class
阅读全文
摘要:-- 创建临时表存储查询出的数据 drop temporary table if exists childtable; create temporary table childtable (select * from tb_child a where (a.patriarch_id,a.studen
阅读全文
摘要:-- UpdateUserData是同步数据需要具体执行的步骤,AsyncUserData是控制UpdateUserData的条件。 DROP PROCEDURE IF EXISTS UpdateUserData; DROP PROCEDURE IF EXISTS AsyncUserData; DE
阅读全文