当前位置:网站首页>Basic SQL DML
Basic SQL DML
2022-07-27 23:03:00 【Cold Lane (* _*)】
Insert
1. Add data to the specified field
insert into Table name ( Field name 1, Field name 2,……) values( value 1, value 2,……)2. Add data to all fields
insert into Table name values( value 1, value 2,……)3. Batch add data
insert into Table name ( Field name 1, Field name 2,……) values( value 1, value 2,……),( value 1, value 2,……);insert into Table name values( value 1, value 2,……),( value 1, value 2,……);Modifying data
update Table name set Field name 1= value 1, Field name 2= value 2,……[where Conditions ];Delete data
delete from Table name [where Conditions ]边栏推荐
- 图论的小技巧以及扩展
- 10 years of technical career, those technical books that make me excited
- Unity 的基础光照
- Purple light FPGA solves the mask problem! Boost the overall speed-up of mask production
- 20字符短域名绕过复现
- Metersphere financial company landing experience sharing
- 2022/6/5考试总结
- Leetcode-470. implement rand10() with rand7()
- Bubbling, fast sorting, heap sorting and cardinality sorting of the eight sorts
- [noi2018] bubble sort (combination + Cartland number +dp+ tree array)
猜你喜欢

Real time Bi (III) technical implementation of offline data and real-time data processing

云计算服务主要安全风险及应对措施

The follow-up is coming. Whether it's OK without reference, let's make it clear to everyone at once!

Possible causes of index failure

网络开发套接字以及UDP、TCP协议

Convnext:a convnet for the 2020s - model Brief

Introduction to the paper | language model for long text under transformer architecture

Network development socket and UDP, TCP protocols

Cy3 fluorescent labeling antibody / protein Kit (10~100mg labeling amount)

Pyqt5 rapid development and practice 4.10 window drawing controls
随机推荐
2022/3/11 exam summary
8000字讲透OBSA原理与应用实践
Jstack stuff
你想被开除吗?来看看程序员「离职小技巧」吧
The prefix is not removed when zuul gateway automatically routes
细胞CLE19多肽荧光成像牛血清白蛋白荧光猝灭量子点的制备
雅思听力——剑雅5——Text1
只会Excel想做图表可视化,让数据动起来?可以,快来围观啦(附大量模板下载)
2022/6/9 考试总结
2022 / 4 / 11 exam summary
Dry goods semantic web, Web3.0, Web3, metauniverse, these concepts are still confused? (medium)
知乎数据分析训练营全能班
Chrome realizes automated testing: recording and playback web page actions
Basic lighting of unity
ConvNeXt:A ConvNet for the 2020s——模型简述
51 MCU internal peripherals: real time clock (SPI)
中芯国际购买的ASML光刻机顺利进厂,但并未非EUV光刻机!
Understanding and use of third-party library
你不知道的Redis那些事,我来详解Redis底层数据结构
视频人体行为检测