To use this database, we need to insert some data into the table.
要使用这个数据库,我们需要向表中插入一些数据。
To load data from the data file /data/americascust.dat (created above) into the base table customer, use the INSERT statement as follows
要将数据文件 /data/americascust.dat(此前已创建)中的数据加载到基表 customer,可以使用 INSERT 语句(如下所示)
MODIFIES SQL DATA in SQL table functions allows you to push even INSERT, UPDATE, DELETE and MERGE (data-change-operations) into the inner leg of correlated joins.
SQL 表函数中的 MODIFIES SQL DATA 使您甚至可以将 INSERT、UPDATE、DELETE 和 MERGE ( 数据更改操作)放入到关联连接的内表中。
应用推荐