hi,all.in this state.
insert into some_table (
 id,
 state,
 date
) values (
 #id:NUMERIC#,
 #state:VARCHAR#,
 #date:DATE#
)
 #state:VARCHAR#,in the configure file,we can set the column's type.but is
there anyway to set it's length. if we can do that the check work will be
more easy

Reply via email to