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