Hi;
Please give me the syntax below such that I can force the insert statements
to use only selected values ("item1", "item2", "item3"):

create table (field SOMETHING_HERE item1 item2 item3,
...
)

TIA,
Victor

Reply via email to