天蝎泪

导航

< 2025年2月 >
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1
2 3 4 5 6 7 8

统计

随笔分类 -  mysql

实现一个简单的存储过程
摘要:比如想批量造数据,需要对数据表中加入数据: 阅读全文

posted @ 2020-06-23 14:41 天蝎泪 阅读(175) 评论(0) 推荐(0) 编辑

mysql-15-21
摘要:第十五天 删除istester表,id大于12的数据 delete from istester where id>12; 删除idoxu表,分数grade不及格(小于60分)的数据 delete from idoxu where grade <60; 第十六天 造数据,把istester表所有的数据 阅读全文

posted @ 2020-06-10 16:37 天蝎泪 阅读(74) 评论(0) 推荐(0) 编辑

mysql-08-14
摘要:第八天 查找idoxu表,名称(c_name)包含“i”的数据 select * from idoxu where name like "%i%"; 查找istester表,id包含“1”的数据 select * from istester where id like "%1%"; 查找istest 阅读全文

posted @ 2020-06-10 16:08 天蝎泪 阅读(107) 评论(0) 推荐(0) 编辑

mysql-01-07
摘要:第一天 如果存在先删除数据库 drop database if exists istester; 创建数据库istester create database if not istester; 查看数据库创建是否成功 show databases; 第二天 创建istester和idoxu表 crea 阅读全文

posted @ 2020-06-10 15:38 天蝎泪 阅读(93) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示