1. list tables in EUSQL
- Posted by "sixs" <sixs at ida.net> Apr 18, 2004
- 399 views
Hello, I am trying to list all the table in a EUSQL database. I can't find the proper command if there is one. jvandal
2. Re: list tables in EUSQL
- Posted by Matt Lewis <matthewwalkerlewis at yahoo.com> Apr 18, 2004
- 384 views
> > I am trying to list all the table in a EUSQL database. I can't find the > proper command if there is one. > > jvandal There is not a separate EuSQL command to do this. You can use the EDS command db_table_list() to find the list of tables. You should, however, ignore TABLEDEF and INDEXDEF. Perhaps I'll add a function to do this automatically. Matt Lewis