[teiid-issues] [JBoss JIRA] Created: (TEIID-1593) Creating a temp table gets error that Cannot create temporary table "dddd". A table with the same name already exists.

Paul Nittel (JIRA) jira-events at lists.jboss.org
Wed May 18 13:05:00 EDT 2011


Creating a temp table gets error that Cannot create temporary table "dddd". A table with the same name already exists.
----------------------------------------------------------------------------------------------------------------------

                 Key: TEIID-1593
                 URL: https://issues.jboss.org/browse/TEIID-1593
             Project: Teiid
          Issue Type: Bug
          Components: Query Engine
    Affects Versions: 7.4
            Reporter: Paul Nittel
            Assignee: Steven Hawkins


Logging into a VDB using SQuirreL, I entered: create local temporary table dddd (id string, name string)

What I received was: Cannot create temporary table "dddd". A table with the same name already exists.

There appears to be no way to create a temporary table, using this method. SELECT * INTO #temp from ... does work, however.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the teiid-issues mailing list