Posts
Sort by recent activity
Schema and table have same name
SQL Prompt gets confused when the a table in a schema has the same name as the schema. For example, in SQL05, create a schema named "Form". Then create tables named Form, FormAction, FormHistory, e...