摘要:
数据如图: 获取RBuilding字段值中有‘一号楼的数据’ select * from TB_BLSRunConfig where RBuilding like CONCAT('%','1号楼','%') 结果: 根据时间排序取最新的一条数据 select top 1 * from TB_BLSR 阅读全文
摘要:
修复原因: 当把.netcore应用程序部署到linux或docker中去的时候,连接sqlserver数据库可能报错如下: A connection was successfully established with the server, but then an error occurred d 阅读全文