A table not created in the default public schema must be qualified by the schema name.
You can qualify a table with a schema name using the notation: <schema>.<table>
For example: myschema.mytable
A table not created in the default public schema must be qualified by the schema name.
You can qualify a table with a schema name using the notation: <schema>.<table>
For example: myschema.mytable
Comments
Article is closed for comments.