In MS SQL Server I can create a table using the following naming syntax:
[mydbname].[myschemaname].[mytable]. IMHO, schema is used in too many different ways but it's out of my control ;-)
SQLS defaults to the schema dbo. Is there a way to create a different schema in MySQL? Is there even something similar in MySQL?
[mydbname].[myschemaname].[mytable]. IMHO, schema is used in too many different ways but it's out of my control ;-)
SQLS defaults to the schema dbo. Is there a way to create a different schema in MySQL? Is there even something similar in MySQL?