is there a way to add a mask or restriction to an alphanumeric column in a way that it will not allow spaces?
ie... 'value1 value2' woould not be valid but any of the following would? value1value2', 'value1-value2', 'value1_value2'
If not is it possible to define a column that way?
ie... 'value1 value2' woould not be valid but any of the following would? value1value2', 'value1-value2', 'value1_value2'
If not is it possible to define a column that way?