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 166
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