HELP: Interbase version of CONCAT_WS (available in MySQL)
1 view
Skip to first unread message
My Deja
unread,
Jun 16, 2002, 12:52:37 AM6/16/02
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I need a version of the concat_ws (available in MySQL) function in Interbase. It concatenates strings, using a separator, and skips the separator when the string is blank.
Is there something similar for Interbase?
I can write something similar with procedures if they can take a variable list of arguments, or perhaps write a UDF, which I do not have much experience with.