printf
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.