Hello!

В сообщении от Wednesday 07 January 2009 08:56:02 Craig Smith написал(а):
> CREATE TABLE talks (member_id INTEGER, date DATE, CONSTRAINT  
> constraint_ignore_dup UNIQUE (member_id, date) ON CONFLICT IGNORE);
>
> I believe that I understand this statement, except for the term  
> constraint_ignore_dup.  Is that a variable name?  Could it be pretty  
> much anything I want, and if so, what is its purpose?

constraint_ignore_dup is the constraint name. You can use any string, for 
example, constraint1 or 
my_constraint.

Best regards, Alexey.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to