I am starting to apply a bit of SQL knowledge. I have my query to pull vendor records. I have the many address columns, and I want to change the header from the SQL name to the GP Field name, without manually adding alias's to each select.
Is there a way to do that?
Right now I have Select VAADDCDPR and I want it to read Vendor Address Code - Primary, without adding it as Alias(text). Is there a way to auto return Field names?