摘要: using HslCommunication; using HslCommunication.Profinet.Melsec; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Li 阅读全文
posted @ 2023-03-01 20:48 yun5 阅读(2296) 评论(1) 推荐(1)
摘要: 如果有A,B,C三个数据库,每个数据库中含有一张Test表,那么要一次查询三个数据库的Test表的信息该如何查询呢? 很简单!如下写法! select * from A.dbo.Test union select * from B.dbo.Test union select * from C.dbo 阅读全文
posted @ 2023-02-16 08:59 yun5 阅读(41) 评论(0) 推荐(0)
Title