Quoth Norman Gray <nor...@astro.gla.ac.uk>, on 2010-12-26 18:14:23 +0000: > The phrase "For each UNIQUE constraint on the table" appears to be > redundant; if it's not, then that might need to be adjusted.
A UNIQUE specifier on a column creates one UNIQUE constraint on exactly that column. UNIQUE specifiers on multiple columns are unrelated. You may specify a multi-column UNIQUE constraint by declaring it separately (and not as part of any column specification). ---> Drake Wilson _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users