The mkstring function makes a string from a set of values

Description

Creates a string from a set of values

Example

Make a comma separated string of all instance names

mkstring(instance/displayname, ", ")

Syntax

mkstring(expression)
mkstring(expression, separator)

Parameters

Type Description
Expresssion Expression that gives a set of values
Separator Optional argument specifying the separator to use, default is “, “

← distinct function / nicedb function →

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Post Comment