| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -355,7 +355,7 @@ def get_key_columns(self, cursor, table_name): | |||
| 355 | 355 | tc.COLUMN_NAME as column_name, | |
| 356 | 356 | ccu.TABLE_NAME as referenced_table, | |
| 357 | 357 | ccu.COLUMN_NAME as referenced_column | |
| 358 | - from | ||
| 358 | + FROM | ||
| 359 | 359 | INFORMATION_SCHEMA.KEY_COLUMN_USAGE AS tc | |
| 360 | 360 | JOIN | |
| 361 | 361 | INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS as rc | |
| Back | FazBrowse Home | New Git URL |
0 commit comments