pb2208 <[email protected]> writes:
> I understand I can use the generated column. The real problem is the second > scenario where a number must be assigned to one of several range values. You can still use a generated column, but having the new value be generated by a stored function containing the range logic, based on the given column. Hope this helps! Dag
