Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: sql中变量的数据类型大小
你能找到声明的变量的最大长度T-SQL吗?
T-SQL
例如:
DECLARE @myVar varchar(123)
@myVar-- 我怎样才能找到123的最大长度?
@myVar