Edit - 2 On Sun, Aug 1, 2010 at 9:45 PM, Drew Jensen <[email protected]>wrote:
> As for the 'biblio' table - the ghost. Well, this was created by issuing > the command: > SELECT * INTO 'biblio' FROM MYSCHEMA.BIBLIO > As for the 'biblio' table - the ghost. Well, this was created by issuing the command: SELECT * INTO TEMP 'biblio' FROM MYSCHEMA.BIBLIO
