Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Forgotten command

I remember once I used a command that changed the name of all columns of a specific table only once. You know what command is this and how do I apply it?

1 Solution

Accepted Solutions
Not applicable
Author

Is it Rename field in scripting?

eg:

Sales:

Load Country,

        Amount

From Table;

Rename field Country to NewCountry;


You can also use Rename fields using MappingTable;

View solution in original post

1 Reply
Not applicable
Author

Is it Rename field in scripting?

eg:

Sales:

Load Country,

        Amount

From Table;

Rename field Country to NewCountry;


You can also use Rename fields using MappingTable;