sql: string interpolation #84029
Labels
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Is your feature request related to a problem? Please describe.
It would be elegant for have a string interpolation function.
Describe the solution you'd like
Something similar to
sprintf
format strings or placeholders in prepared statements. MS SQL has a function calledFORMATMESSAGE
.Describe alternatives you've considered
We already have
CONCAT
, which would be the likely substitute.Additional context
It would be helpful for this planned use case:
Jira issue: CRDB-17419
The text was updated successfully, but these errors were encountered: