sql - Limit a table's cell's values to two values? -
i have two-column table want values in first table either x or y, , no other input should allowed. how can enforce this?
you can use validation rule.
restrict data input using validation rule
a validation rule on column follows work.
="x" or ="y"
Comments
Post a Comment