Hi can please anyone explain the syntax for adding multiple fields to UDT
I tried following
ALTER TYPE type_e4e8f10ebbad651d5d73db4eafc908cc (add a text,b text);
SyntaxException: line 1:50 no viable alternative at input '(' (ALTER TYPE type_e4e8f10ebbad651d5d73db4eafc908cc [(]...)
ALTER TYPE type_e4e8f10ebbad651d5d73db4eafc908cc add a text,b text;
SyntaxException: line 1:60 mismatched input ',' expecting EOF (... TYPE type_e4e8f10ebbad651d5d73db4eafc908cc add a text[,]b...)