Home Forums Programming General Adding Server Prefix to string of field names RE: Adding Server Prefix to string of field names

  • I found the answer to my own question:

    @MyTable + '.' + REPLACE(@MyFields,',',',' + @MyTable + '.')