About 22,600 results
Open links in new tab
  1. FORMAT (Transact-SQL) - SQL Server | Microsoft Learn

    Apr 18, 2025 · format_string: A string that specifies the format to apply. culture : (Optional) A string that specifies the culture to use for formatting. SELECT FORMAT(1234567.89, 'N0') AS …

  2. String Functions (Transact-SQL) - SQL Server | Microsoft Learn

    May 23, 2023 · All built-in string functions except FORMAT are deterministic. This means they return the same value any time they are called with a specific set of input values. For more …

  3. FORMATMESSAGE (Transact-SQL) - SQL Server | Microsoft Learn

    Sep 3, 2024 · Constructs a message from an existing message in sys.messages or from a provided string. The functionality of FORMATMESSAGE resembles that of the RAISERROR …

  4. FORMAT (Transact-SQL) - SQL Server | Microsoft Learn

    Apr 18, 2025 · FORMAT ( value, format_string [, culture ] ) Parâmetros. value: o valor a ser formatado. format_string: uma cadeia de caracteres que especifica o formato a ser aplicado. …

  5. FORMAT (Transact-SQL) - SQL Server | Microsoft Learn

    format. nvarchar 書式パターン。 format引数には、標準の書式指定文字列 ("C"や"D"など) として、または日付と数値のカスタム文字のパターン (たとえば、"MMMM DD, yyyy (dddd)") とし …

  6. datetime2 (Transact-SQL) - SQL Server | Microsoft Learn

    Nov 22, 2024 · The following tables list the supported ISO 8601 and ODBC string literal formats for datetime2. For information about alphabetical, numeric, unseparated, and time formats for …

  7. FORMAT (Transact-SQL) - SQL Server | Microsoft Learn

    Apr 18, 2025 · format_string:指定要套用格式的字串。 culture :( 選擇性) 字串,指定要用於格式化的文化特性。 SELECT FORMAT(1234567.89, 'N0') AS FormattedNumber;

  8. CAST and CONVERT (Transact-SQL) - SQL Server | Microsoft Learn

    Sep 3, 2024 · When the CAST or CONVERT functions output a character string, and they receive a character string input, the output has the same collation and collation label as the input. If …

  9. FORMAT (Transact-SQL) - SQL Server | Microsoft Learn

    FORMAT ( value, format_string [, culture ] ) Paramètres. value: valeur à mettre en forme. format_string: chaîne qui spécifie le format à appliquer. culture: (Facultatif) Chaîne qui spécifie …

  10. FORMAT (Transact-SQL) - SQL Server | Microsoft Learn

    format. Schema di formattazione nvarchar. L'argomento format deve contenere una stringa di formato .NET Framework valida, ad esempio o come modello di caratteri personalizzati per …

Refresh