INSERT语句-SQL语言基础

时间:2024-05-15 13:25:03
【文件属性】:

文件名称:INSERT语句-SQL语言基础

文件大小:5.26MB

文件格式:PPT

更新时间:2024-05-15 13:25:03

SQL 基础

INSERT语句 * INSERT INTO table [(column [, column...])] VALUES (value [, value...]); 使用 INSERT 语句向表中增加新行. 使用这种方法只能一次插入一行数据. * Adding a New Row to a Table (continued) You can add new rows to a table by issuing the INSERT statement. In the syntax: table is the name of the table column is the name of the column in the table to populate value is the corresponding value for the column Note: This statement with the VALUES clause adds only one row at a time to a table.


网友评论