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.
Hashbytes 是否总是为相同的输入返回相同的结果我的意思是如果我调用HASHBYTES('SHA1',@value)100 次,结果是否总是相同的?
HASHBYTES('SHA1',@value)
对于相同的输入值和数据类型,它将返回相同的结果。