- Hands-On GUI Programming with C++ and Qt5
- Lee Zhi Eng
- 71字
- 2021-08-27 19:00:18
INSERT
Next, the INSERT statement is used to save new data into a database table. For example:
INSERT INTO user (username, password) VALUES ("test2", "123456");
The preceding SQL command inserts username and password data into the user table. There are some other statements that can be used together with INSERT, such as LOW_PRIORITY, DELAYED, HIGH_PRIORITY, and so on.
Please refer to the following link to learn more about these options:
https://dev.mysql.com/doc/refman/5.7/en/insert.html
https://dev.mysql.com/doc/refman/5.7/en/insert.html
推薦閱讀
- TypeScript Essentials
- JavaScript修煉之道
- Mastering ServiceStack
- Java Web開發(fā)之道
- Java游戲服務(wù)器架構(gòu)實(shí)戰(zhàn)
- Hadoop+Spark大數(shù)據(jù)分析實(shí)戰(zhàn)
- Mastering Unity Shaders and Effects
- OpenShift在企業(yè)中的實(shí)踐:PaaS DevOps微服務(wù)(第2版)
- MATLAB 2020從入門到精通
- Learning Continuous Integration with TeamCity
- Android驅(qū)動(dòng)開發(fā)權(quán)威指南
- Django 3.0入門與實(shí)踐
- 面向?qū)ο蠓治雠c設(shè)計(jì)(第3版)
- Learning PowerShell DSC(Second Edition)
- 大學(xué)計(jì)算機(jī)基礎(chǔ)