Skip to content
This repository was archived by the owner on Jun 20, 2024. It is now read-only.

Change sql to show columns index#7

Merged
shoma merged 3 commits intomasterfrom
change-sql-to-show-columns-index
Oct 31, 2019
Merged

Change sql to show columns index#7
shoma merged 3 commits intomasterfrom
change-sql-to-show-columns-index

Conversation

@shoma
Copy link
Copy Markdown
Owner

@shoma shoma commented Oct 31, 2019

Update show index results

+-------------------------+---------------------+-------------+--------------+--------------+-------------+-----------------+-------------------+-----------+------------------+-------------+
| TABLE_NAME              | INDEX_NAME          | INDEX_TYPE  | COLUMN_NAME  | SPANNER_TYPE | IS_NULLABLE | COLUMN_ORDERING | PARENT_TABLE_NAME | IS_UNIQUE | IS_NULL_FILTERED | INDEX_STATE |
+-------------------------+---------------------+-------------+--------------+--------------+-------------+-----------------+-------------------+-----------+------------------+-------------+

Fix to find show index command with show\s\sindex

shoma added 3 commits October 30, 2019 15:12
returns
```
+-------------------------+---------------------+-------------+--------------+--------------+-------------+-----------------+-------------------+-----------+------------------+-------------+
| TABLE_NAME              | INDEX_NAME          | INDEX_TYPE  | COLUMN_NAME  | SPANNER_TYPE | IS_NULLABLE | COLUMN_ORDERING | PARENT_TABLE_NAME | IS_UNIQUE | IS_NULL_FILTERED | INDEX_STATE |
+-------------------------+---------------------+-------------+--------------+--------------+-------------+-----------------+-------------------+-----------+------------------+-------------+
```
@shoma shoma merged commit 92999eb into master Oct 31, 2019
@shoma shoma deleted the change-sql-to-show-columns-index branch October 31, 2019 02:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant