This seem to wok... create table points (id identity, point point not null)
insert into points(point) values((2, 3)) On Fri, Sep 27, 2013 at 3:49 PM, Paul Taylor <[email protected]> wrote: > > > On Friday, 27 September 2013 12:38:38 UTC+1, Vasile Rotaru wrote: >> >> create domain point as array check (array_length(value) = 2) >> >> this? >> >> >> Hi, thanks that does work :) > But Im now struggling with the syntax of an INSERT statement , could you > provide an example please > > -- > You received this message because you are subscribed to the Google Groups > "H2 Database" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/h2-database. > For more options, visit https://groups.google.com/groups/opt_out. > -- Vasile Rotaru -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/groups/opt_out.
