Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

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
Top Solution Authors