网站首页 站内搜索

搜索结果

查询Tags标签: testersId,共有 2条记录
  • mysql获取一张表中部分字段,再批量导入新表中

    insert into testersPage (testersId ,id,status) select id as testersId , CONCAT(P,md5(uuid())) as id, 1 as status from testers ; 新表: testersPage(测试表页面) 旧表:testers(测试表) 需求:新表关联旧表 从旧表中获取id: select…

    2021/11/23 19:13:23 人评论 次浏览
  • mysql获取一张表中部分字段,再批量导入新表中

    insert into testersPage (testersId ,id,status) select id as testersId , CONCAT(P,md5(uuid())) as id, 1 as status from testers ; 新表: testersPage(测试表页面) 旧表:testers(测试表) 需求:新表关联旧表 从旧表中获取id: select…

    2021/11/23 19:13:23 人评论 次浏览
扫一扫关注最新编程教程