sc_concat()

With this macro you can concatenate fields on select for every database.

Example(Edition Lookup):

SELECT field1, sc_concat(field2, " - ", field3) FROM table

SELECT field1, sc_concat(field2, " | ", field3) FROM table