Enum from enum list

I create enum list column in table (1)

Can I create enum for column in table (2) contain only the item choosen from the pevious enum list ??

0 1 164
1 REPLY 1

I think the answer is โ€œyes.โ€ If the values from the previous enum list have been recorded, you should be able to do that using SELECT() and/or perhaps other expressions.

Top Labels in this Space