Closed mercurykd closed 5 years ago
It is not possible to include extra data in queries that return the list of tables.
SQLTools expect this query to be in a certain specific format to be able to parse it and later on use this data in completions and popup filter panels (like ST: Describe Table
).
I modified the query
but I can not force to display in front of the table name its comment in the drop-down list, I can but then there are difficulties in 'desc_table', because "show index from" requires the table name directly and does not accept any subquery select
Have any idea?