Parameter | Type |
---|---|
x | string, formattedtext |
Returns: formattedtext
Example
query:
SELECT BOLD("dave") as name
results:
name |
---|
dave |
A data.world specific function for controlling the formatting of query results. Cells with BOLD specified will be displayed with a bold font weight in data.world query results. For any other uses (e.g. export to CSV or API access), the BOLD specification is ignored
Parameter | Type |
---|---|
x | string, formattedtext |
query:
SELECT BOLD("dave") as name
results:
name |
---|
dave |