MARKUP

Syntax

MARKUP( arg_1, arg_2, arg_3 [ , ... ] )

Description

Merges marked up text pieces. Can also be used for converting strings to marked up text.

Argument types:

  • arg_1Markup | String
  • arg_2Markup | String
  • arg_3Markup | String

Return type: Markup

Example

MARKUP(BOLD([a]), ': ', [b])

Data source support

ClickHouse 19.13, Microsoft SQL Server 2017 (14.0), MySQL 5.6, PostgreSQL 9.3.

Previous
Next