gpt4 book ai didi

c# - SQL Server 中类似于 c# 中的 string.format 的功能

转载 作者:太空宇宙 更新时间:2023-11-03 20:02:52 24 4
gpt4 key购买 nike

在 C# 中,如果我这样做:

string code = string.format("C{0:000}", 7);

结果将是:C007

SQL Server 中是否有一个函数可以做同样的事情?还是我必须自己创建一个函数?

最佳答案

使用 FORMATMESSAGE() 函数。

SELECT FORMATMESSAGE('This is the %s and this is the %s.', 'first variable', 'second variable') AS Result; 

https://msdn.microsoft.com/en-us/library/ms186788.aspx

关于c# - SQL Server 中类似于 c# 中的 string.format 的功能,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26168525/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com