- 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
推薦閱讀
- GAE編程指南
- Reporting with Visual Studio and Crystal Reports
- Android Development with Kotlin
- Network Automation Cookbook
- Learning Neo4j 3.x(Second Edition)
- Web程序設計(第二版)
- TradeStation交易應用實踐:量化方法構建贏家策略(原書第2版)
- Apache Mahout Clustering Designs
- Java EE 7 Performance Tuning and Optimization
- 從零開始學C語言
- 編寫高質量代碼:改善Objective-C程序的61個建議
- Cocos2d-x Game Development Blueprints
- Raspberry Pi Robotic Projects(Third Edition)
- 零基礎學Scratch 3.0編程
- 數據分析與挖掘算法:Python實戰