SELECT s.id, s.name, max(case when g.kemu='语文' then score else 0 end) as 语文,max(case when g.kemu='数学' then score else 0 end) as 数学,max(case when g.kem ...
分类:
数据库 时间:
2021-03-15 10:37:49
阅读次数:
0
#Git配置远程仓库(密匙链接) 主机名 IP 备注 git01 192.168.200.31 git测试客户端一 git02 192.168.200.32 git测试客户端二 1.建立远程仓库 首先在浏览器中输入网址https://github.com #服务器创建密匙 [root@git01 ~ ...
分类:
其他好文 时间:
2021-03-15 10:34:31
阅读次数:
0
USE TESTGO --紧急联系人--删除原有约束--ALTER TABLE test drop constraint DF_TEST_JJLXR --添加约束ALTER TABLE test add constraint DF_TEST_JJLXR DEFAULT '' for JJLXR -- ...
分类:
数据库 时间:
2021-03-12 14:40:49
阅读次数:
0
IDEA下创建SpringBoot+MyBatis+MySql项目实现动态登录与注册功能 https://mp.weixin.qq.com/s/urpCwcPztBjjxYdWVwhofg ...
分类:
数据库 时间:
2021-03-11 19:31:48
阅读次数:
0
mySQL mySQL 数据库操作 创建数据库 修改数据库 查看数据库的字符集和校验规则 删除数据库 查看所有数据库 查看正在使用的数据库 切换数据库 数据库表操作 创建数据表 数据类型 单表约束分类 查看所有表 查看表结构信息 删除表 修改表 修改表:添加列 修改表:修改列类型,长度和约束 修改表 ...
分类:
数据库 时间:
2021-03-11 13:02:17
阅读次数:
0
拉取镜像 docker pull mysql:5.7.3 运行镜像 docker run -e MYSQL_ROOT_PASSWORD=root -d mysql:5.7.32 # -e MYSQL_ROOT_PASSWORD=root意思是给root用户设置密码为root 启动一个mysql服务, ...
分类:
数据库 时间:
2021-03-10 13:25:55
阅读次数:
0
在不同的数据库中,如何查询字段值长度?Mysql、Oracle、SQL-Server 中提供了不同的函数方法。 ...
分类:
数据库 时间:
2021-03-10 13:22:12
阅读次数:
0
Some people hear their own inner voices with great clearness. And they live by what they hear.Such people become crazy,or they become legends ...... 有 ...
分类:
其他好文 时间:
2021-03-10 13:21:51
阅读次数:
0
环境准备 软件部署设计 用途 组件 SQL nodes mysqld binary Data nodes ndbd or ndbmtd Management nodes ndb_mgmd and ndb_mgm IP网络设计 Node IP Address Management node (mgmd ...
分类:
数据库 时间:
2021-03-10 13:21:06
阅读次数:
0
single.get("tablelist") 上述获取的是一个列表list 一种比较恶心的办法,将list以字符串的形式拼接在SQL语句中 if "共享平台" in single.get("key"): sql = "select " \ "table_schema, " \ "table_nam ...
分类:
数据库 时间:
2021-03-10 13:01:55
阅读次数:
0