Archives of the TeradataForum
Message Posted: Wed, 14 Jul 2004 @ 14:20:15 GMT
Subj: | | Re: Syntax to associate multiple tables to worktable/errortables in teradata |
|
From: | | SIMPSON, PAMELA |
I am not sure what your default database is but when using Multiloads we always reference the database name. Also in multiload you can only
update/insert/upsert one table. That could be your problem. I ran into that problem awhile ago when I needed to update 2 tables.
Here is an example that works for us.
TABLES SERVICE_ASSURANCE.TATD441_POTS_INSTALL_RRS
WORKTABLES SERVICE_ASSURANCE.WT_TATD441_AE
ERRORTABLES SERVICE_ASSURANCE.ET_TATD441_AE
SERVICE_ASSURANCE.UV_TATD441_AE;
Pamela Simpson
|