对于两张表,需要顺序操作,必须全部表均操作成功才可,否则两张表不操作. 例如,现在有device,collectionpoint两张表,向两张表顺序执行insert操作 SQL如下 INSERT INTO device (dev_id, tenant_id, user_id) VALUES ('bangjile', 909, 909); INSERT INTO collectionpoint ( device_id, tenant_id, point_name ) VALUES (808,808…