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
From MySQL 8, all the information schema tables are views on fewer virtual and invisible system tables under the mysql database (mysql.tables, etc.), which hints that maybe we could store this info in fewer more universal tables, and then just create views, which could also read some info from other tables like sqlite_master, and other ones.
The text was updated successfully, but these errors were encountered:
From MySQL 8, all the information schema tables are views on fewer virtual and invisible system tables under the mysql database (mysql.tables, etc.), which hints that maybe we could store this info in fewer more universal tables, and then just create views, which could also read some info from other tables like sqlite_master, and other ones.
The text was updated successfully, but these errors were encountered: