mansai
mansai
json字段查询
表达式树没有对应的json字段查询 https://freesql.net/guide/expression-function.html 例如下图ExtraProperties字段为json存储,json里对应的字段为Cpu,Ram,Price三个动态字段  declare @jsontable table(userName varchar(50),ExtraProperties varchar(max)) insert into @jsontable values('name1','{"Cpu":"Intel I7","Ram":"32GB","Price":"1999"}') insert into @jsontable values('name2','{"Cpu":"Intel I3","Ram":"16GB","Price":"1699"}') select * from @jsontable 例如要模糊搜索内存为32的数据行对应sql句语如下 select * from @jsontable where JSON_VALUE(ExtraProperties,...
### tdesign-vue-next 版本 1.13.0 ### 重现链接 _No response_ ### 重现步骤 `` 报错:value is not in [1,0] ### 期望结果 未升级之前1.12.0,是OK的 ### 实际结果 _No response_ ### 框架版本 _No response_ ### 浏览器版本 _No...
### tdesign 版本 1.10.5 ### 重现链接 _No response_ ### 重现步骤  单独使用row-handler可以复制文本,单独使用col也可以复制文本,使用行列同时拖拽排序时无法复制文本 ` ` ### 期望结果 请支持row-handler-col行列同时拖拽排序时能选中复制表格内文本 ### 实际结果 _No response_ ### 框架版本 _No response_ ### 浏览器版本 _No response_ ###...
  `public Guid? GuidString { get; set; }`  `Dictionary mappingProperties = new Dictionary(); mappingProperties.Add("Brand", "BrandName"); mappingProperties.Add("Vehicle Type", "VehicleType.VehicleName"); mappingProperties.Add("Model", "VehicleType.Model.ModelName"); mappingProperties.Add("GuidString", "GuidString"); List CLRObjects = worksheet.ExportData(4, 1, 141,...