08 2021 档案

摘要:table tablename modify id int(20) not null auto_increment comment '序号' first, add PRIMARY KEY (id asc); 阅读全文
posted @ 2021-08-16 10:06 *乐途* 阅读(140) 评论(0) 推荐(0)
摘要:游标例子: 转存数据从tb_user的姓名,手机号 转移到bf_user中去 -- 定义语法结束符号 delimiter // -- 创建一个 名称为 p2 的存储过程 drop procedure if exists p2; create procedure p2() begin declare 阅读全文
posted @ 2021-08-08 21:46 *乐途* 阅读(87) 评论(0) 推荐(0)
摘要:下面是一个例子 import java.nio.charset.StandardCharsets; public class test2 { public static void main(String[] args) { String str = "北京时间8月6日,东京奥运会进入尾声阶段,摔跤赛 阅读全文
posted @ 2021-08-08 10:52 *乐途* 阅读(173) 评论(0) 推荐(0)