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

SAP Sybase SQL Anywhere 16.0 (中文) » MobiLink - 服务器管理 » MobiLink 事件 » 同步脚本编写 » 用于上载行的脚本

 

upload_delete 脚本

在处理上载的过程中,MobiLink 服务器使用此事件处理从远程数据库中删除的行。以下语句给出了使用 upload_delete 语句的方法。

DELETE FROM emp
WHERE emp_id = {ml r.emp_id};
 注意
 另请参见