Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Change using indb tools

ImenMersani
7 - Meteor

Hello,

 

i created a new table in the databse and i should change the datatype of some fields(439 fileds).

 

How can i change the DataType of some fields by using indb tools?

 

 

4 REPLIES 4
apathetichell
20 - Arcturus

Not easily. How many records are we talking about, what DB, and how many fields do you need to change the type of? If this is on a system you can use DDL on? this is really an ALTER thing.

atcodedog05
22 - Nova
22 - Nova

Hi @ImenMersani 

 

InDb tools doesnt let you change datatypes best thing you can do is

 

atcodedog05_0-1646845948946.png

 

Hope this helps : )

 

ImenMersani
7 - Meteor

I have about 11700 records and 439 fields and i’m using an oracle database 

apathetichell
20 - Arcturus

Is there a logic to the data you want to change? at that size you could stream everything out and back in - but this still sounds rough. DDL is the way to go if you can.

Labels
Top Solution Authors