Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

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

SQLite table list selection

Mogul1
6 - Meteoroid

Hi, I was wondering if anyone could advise on how could obtain a list of tables held within an SQLite file?

Im hoping to use this list to populate a user interface dropdown via chained app.  Im reluctant to hard code the table list, but may have to go this route if there is no other way to dynamically generate the schema information.

1 REPLY 1
Mogul1
6 - Meteoroid

Hi, OK, Ive found suitable query.

 

SELECT * FROM sqlite_master

 

Thanks

Labels