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.
SOLVED

DB Table structure

Krish
8 - Asteroid

could you please help me in getting table structure details for oracle db table?

 

I used input data tool and connected oracle db.But I could not use desc table or sp_help table kind of statements.

 

Any idea?

 

Regards,

Krishna 

1 REPLY 1
Krish
8 - Asteroid

With this query in the tool,

 

SELECT  table_name, column_name, data_type, data_length FROM all_tab_columns where table_name = 'Table Name'

 

I am able to extract structure data 

Labels
Top Solution Authors