Re: constraints within a table

2004-03-04 Thread Martijn Tonies
Hi, > I have a table where I would like members of a uid field to be limited > by the range of values that are in another field. What I am looking for > would be taken care of with the enum() operator except I need the range > of values to be dynamic - because uid will change. I've been told tha

constraints within a table

2004-03-04 Thread Cere Davis
Hi everyone, I have a table where I would like members of a uid field to be limited by the range of values that are in another field. What I am looking for would be taken care of with the enum() operator except I need the range of values to be dynamic - because uid will change. I've been told