You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT
table_name, index_name, comment, non_unique, GROUP_CONCAT(column_name ORDER BY seq_in_index) AS COLUMNS
FROMinformation_schema.statisticsWHERE table_catalog='doltgres/main'AND table_schema='public'AND table_name='test'AND index_name!='PRIMARY'GROUP BY index_name;
This is used by the dolt workbench
Example query:
Skipped test here
The text was updated successfully, but these errors were encountered: