I’m looking for something like format() in other programming languages in MySQL query. The expected result is text that has values from other fields.
For example, something like
select formatted from table where formatted=stringformat('some text {0}, {1} some text.', field1, field2)
how about: