Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.0 (中文) » MobiLink - 入门 » MobiLink 教程 » 教程:使用脚本版本子句更改模式

 

第 7 课:在远程数据库中插入数据

在本课中,将使用新模式在远程数据库和统一数据库中插入更多数据。

 ♦  在远程数据库中插入数据
  1. 使用 Interactive SQL 对远程数据库执行以下 SQL:

    INSERT INTO customer VALUES( 3, 'Mo Hamid', '613-411-9999', '613-502-1212' );
    COMMIT;
  2. 使用 Interactive SQL 对统一数据库执行以下 SQL:

    INSERT INTO customer VALUES( 101, 'Theo Tug', '212-911-7677', '212-311-3900' );
    COMMIT;