Community Halloween is live until October 31st! Complete any 2 quick activities to earn the 2025 Community Halloween badge. Feeling brave? Check out the activities here
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