|
Archives of the TeradataForumMessage Posted: Mon, 16 May 2005 @ 17:35:38 GMT
This error can occur if you have multiple values in a Multiload APPLY statement. A workaround for this would be to use an OR for each value in the APPLY statement. Instead of: APPLY MYTABLE_UPSERT WHERE SOMEVALUE IN ( 'B', 'C' ) Use: APPLY MYTABLE_UPSERT WHERE ((SOMEVALUE = 'B') OR (SOMEVALUE = 'C')) lisa
| ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||