摘要:
--获取所有表的字段说明 SELECT t.[name] AS 表名,c.[column_id] AS 字段ID,c.[name] AS 字段名,tp.[name] AS 字段类型,c.[max_length] AS 字段长度,cast(ep.[value] as varchar(100)) AS 阅读全文
摘要:
if not exists(SELECT 1 from pr_equipmentFacility eq inner join pr_equipmentFacilityEx ex on eq.equipmentFacilityID = ex.equipmentFacilityID where eq.e 阅读全文
摘要:
1、按下键盘上的F12键,进入开发者工具2、按下组合键Ctrl+Shift+P3、在搜索框中输入Capture full size screenshot4、点击Capture full size screenshot选项即可截取长屏 补充说明:截图自动保存保存为png格式的图片文件,可右击打开保存路 阅读全文