随笔分类 -  数据库

摘要:一、购买 二、配置RAM权限 https://ram.console.aliyun.com/users 1、创建用户 2、创建完成后注意获取AccessKey ID、AccessKey Secret(只展示一次,后面会用到) 3、添加权限,这里全部权限都添加上(我也没有仔细看,选中前面几个,后面就默 阅读全文
posted @ 2022-03-17 17:48 Delta.Farce 阅读(1804) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-06-03 17:11 Delta.Farce 阅读(1123) 评论(0) 推荐(0) 编辑
摘要:查询: 一.查看所有信息select * from 表名;select * from stu; 二.显示指定字段select 字段名1, 字段名2 ... from 表名select first_name, age from stu;SELECT DISTINCT id, last_name FRO 阅读全文
posted @ 2020-05-13 11:27 Delta.Farce 阅读(392) 评论(0) 推荐(0) 编辑