create table test(

a int,

b int,

c int,

primary key(a)

)

일 때

a<10 이면 입력하고 아니면 입력 안하려면 어떻게 해야됨??