目录一、什么是select基本语法:二、select 使用示例示例1:监听多个通道输入三、select的特性四、使用select实现超时机制五、非阻塞通信:使用default六、监听通道关闭七、实践:合并多个输入通道八、小结实战建议s
I am using an SP which will insert data in 2 tables in 2 different DB\'s. To mainitain the transaction, the SP has been designed 开发者_开发技巧like that. Its working fine in SQL Serverenvironment.