enum enumeration type

Radio enum:
Format: enum field name (value 1, value 2, the value of N)
can be selected only a value
field value must be selected in the list
the case plus the following format:
Create Library Table Name Table (.
Field Name 1 enum ( " value 1 "," value 2 "," the value 3 ");

set multiple choice:
Format: field name set (value 1, value 2, the value of N)
to select one or more field values must be values selected in the list
text Liejia Ge following formula:
. Table Create database table name (
field name 1 set (value 1, value 2, the value of N));

Published 14 original articles · won praise 0 · Views 191

Guess you like

Origin blog.csdn.net/nbnbnb_/article/details/104310976