Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Table structure

JDong
8 - Asteroid

Hi Team,

 

I have a query that reads data from a database

 

select name,address,contact,street,pincode,city from Contact

 

Now I need to insert into a table the below output

 

TableColumnRenamed
ContactNameFullName
ContactAddressAddressDone
ContactContactContactNumber
ContactStreetStreetAddress
ContactPincodePin
ContactCity

CityArea

 

I need to store the above details from the query in a new database table with the above structure

 

The Renamed column is the column that is generated in the 'Rename' of select tool.

 

Thanks

1 REPLY 1
pedrodrfaria
13 - Pulsar

Hi @JDong 

 

Do you need writing that back to the database? You just need to use the Output Data and output it to the database after renaming it with the Select Tool as you mentioned.

 

With the output data just write it back to the database. See a screenshot below for a configuration of the Output Data if you have any questions.

pedrodrfaria_0-1613078429401.png

 

If you need additional help, can you please be more detailed.

 

Pedro.

 

Labels