On 19-09-16 19:33, David Bicking wrote:
INSERT INTO M (CombinedKeyField, EvtNbr)VALUES ('A', 1), ('A', 5); INSERT INTO E (CombineKeyField, EvtNbr) VALUES ('A', 1) , ('A', 2) , ('A', 3) , ('A', 4) , ('A', 5) , ('A', 6) , ('A', 7) , ('A', 8) , ('A', 9) , ('B', 1);
What is the name of this field? CombinedKeyField CombineKeyField CombinedKeyFields And why is it not possible to keep this the SAME/UNCHANGED between posts? _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

