SQL Reference
PRINTF
printf(format, …)
Section titled “printf(format, …)”- format: VARCHAR
Example
Section titled “Example”SELECT printf('Benchmark "%s" took %d seconds', 'CSV', 42);SQL Reference
SELECT printf('Benchmark "%s" took %d seconds', 'CSV', 42);