Re: UDTs with LWT
1. It has to be frozen because it's nested. 2. Can you provide an example query that shows what you're trying to achieve?
UDTs with LWT
Hi I have a few questions - 1. Is it possible to have an UNFROZEN UDT in a list ? 2. Is it possible to execute LWT on the basis of a value contained in List of a UDT ? e.g. Consider a table - CREATE TABLE test.registration_form3 ( student_id int PRIMARY KEY, name text,