Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
From the source code it seems the following is possible. !tables <table name pattern> !tables <schema name pattern> <table name pattern> !tables <schema name pattern> <...
Answer
#1: Initial revision
From the source code it seems the following is possible. !tables <table name pattern> !tables <schema name pattern> <table name pattern> !tables <schema name pattern> <table name pattern> (<table type name>)* So for the examples quoted above, this is how it would be done 1. `!tables "s1" "%"` 2. `!tables "t0%"` 3. `!tables "%20" "x%"` 4. `!tables "s19" "%" "TABLE"` 5. `!tables "%" "%" "VIEW"` Note that filtering by the Catalog or Database doesn't seem to be possible.