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

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -