About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
calvinfungcn
2/22/2020 - 9:20 AM
share
Share
add_circle_outline
Save
判断SQL Server数据表备注栏位是否超过8000个字符
CheckTextOver8000.sql
content_copy
file_download
Select * From t_ma_Report Where cast(txt_Config as varchar(8000))<>cast(txt_Config as varchar(7000))
clear