"CombinedKeyFields", is in fact about 7 or 8 fields in the natural key. If I
mistype 17 letters, I'd hate to see how I mangle the whole thing.
From: Luuk <[email protected]>
To: [email protected]
Sent: Monday, September 19, 2016 2:23 PM
Subject: Re: [sqlite] Complicated join
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
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users