摘要:
using HslCommunication; using HslCommunication.Profinet.Melsec; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Li 阅读全文
摘要:
如果有A,B,C三个数据库,每个数据库中含有一张Test表,那么要一次查询三个数据库的Test表的信息该如何查询呢? 很简单!如下写法! select * from A.dbo.Test union select * from B.dbo.Test union select * from C.dbo 阅读全文