I tried this:
SELECT filedName +';'+ filedName
FROM customtable_tableName
not working. when I go to create a document type which form has a dropdown list that is supposed to be populated by this query.
tried a few variations of the code and still not working.
any suggestions?