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

浙公网安备 33010602011771号