A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.databricks.com/aws/en/sql/language-manual/functions/format_string below:

format_string function | Databricks Documentation

format_string function

Applies to: Databricks SQL Databricks Runtime

Returns a formatted string from printf-style format strings.

The function exploits the java.util.Formatter class with Locale.US. For details, see java.util.Formatter.

Syntax​
format_string(strfmt [, obj1 [, ...] ])
Arguments​ Returns​

A STRING.

Examples​

SQL

> SELECT format_string('Hello World %d %s', 100, 'days');
Hello World 100 days
Related functions​

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4