- Posts: 1
create MULTISET table %x{md:physicalPath($REF,'workName')}x%
(
%x{md:patternList($REF/ref:columns(),'[workName]\t[targetWritableType] [targetNullWord]',',\n\t')}x%
%x{if ($REF/tech:hasCdc()) then ', CDC_CHANGE_TYPE CHAR(1)' else ''}x%
)
PRIMARY INDEX ( %x{md:list($targetPI/col/@workName,', ')}x% )
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.