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

Popular posts from this blog

Using 'OR' and 'AND' in SQL Server -

python - Finding intersection between ellipse and a line -

c++ - NetBeans Remote Development with additional configuration -