当前位置:网站首页>[MySQL learning 09]
[MySQL learning 09]
2022-07-25 11:41:00 【88 year old programming with injury】
mysql Study
The increase of data 、 Delete 、 Change
insert data
Mode one : Insert data one by one
The added field is not specified , Fields must be added in the order of table structure declaration 
You can also specify the added fields ( More flexible ).

Not assigned is null.
Insert multiple pieces of data at the same time 

Mode two : Insert the query results into the table .
Update data
update…set…where…
Modify multiple fields of a data at the same time 

Unsuccessful modification 
Delete data
delete…from…where…


mysql8 New characteristics : Calculated column


Data type refinement ( On )


integer



Floating point numbers 、 Fixed point number and bit type
1. Floating point type 



2. Fixed point number type 



3. A type of 
Date and time type











Experience in development


The result is 1970 year 1 month 1 Number 0 when 0 branch 0 The number of milliseconds from seconds to the time of writing this code
边栏推荐
- cookie and session
- Hardware peripherals =maixpy3
- 世界上最高效的笔记方法(改变你那老版的记笔记方法吧)
- varest蓝图设置json
- leetcode 剑指 Offer 28. 对称的二叉树
- How to judge the performance of static code quality analysis tools? These five factors must be considered
- 2022 年中回顾|一文看懂预训练模型最新进展
- 基于W5500实现的考勤系统
- Review recitation finishing version
- Database integrity -- six constraints learning
猜你喜欢

Learn NLP with Transformer (Chapter 1)

Common linear modulation methods based on MATLAB

工作面试总遇秒杀?看了京东T8大咖私藏的秒杀系统笔记,已献出膝盖

SQL injection LESS18 (header injection + error injection)

Small and micro enterprise smart business card management applet

My colleague looked at my code and exclaimed: how can I use a singleton in unity

The B2B2C multi merchant system has rich functions and is very easy to open!!!

SQL language (6)

SQL language (4)

基于Caffe ResNet-50网络实现图片分类(仅推理)的实验复现
随机推荐
LVS负载均衡之LVS-NAT与LVS-DR模式原理详解
Why should the hashcode () method be rewritten when rewriting the equals () method
城市雕塑典型作品信息管理系统(图片分享系统SSM)
教你如何通过MCU配置S2E为TCP Server的工作模式
SQL注入 Less18(头部注入+报错注入)
只知道预制体是用来生成物体的?看我如何使用Unity生成UI预制体
cookie and session
数据库设计-简化字典表[通俗易懂]
W5500通过上位机控制实现调节LED灯带的亮度
数据库完整性——六大约束学习
varest蓝图设置json
Txt to CSV file, blank lines appear every other line
Want to record your supernatural moments when playing games? Let's take a look at how to use unity screenshots
SQL injection less17 (error injection + subquery)
2022 年中回顾|一文看懂预训练模型最新进展
The principle analysis of filter to solve the request parameter garbled code
Hardware peripherals =maixpy3
教你如何通过MCU配置S2E为TCP Client的工作模式
Compressed list ziplist of redis
SQL language (II)