How go do joins based on non-primary key INT columns? #108
byronthe123
started this conversation in
General
Replies: 2 comments 3 replies
-
Hello ! |
Beta Was this translation helpful? Give feedback.
3 replies
-
Also make sure you are using the latest release of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Could you please describe how to do joins between two tables using non-integer and non-primary key columns. For example, when using SQL Server, I could write the following query:
SELECT * FROM TableA JOIN TAble B ON TableA.guid = TableB.tableAguid;
. How could I do this with RDB? Thank you for your help, I think this is library is a great tool and I'm still learning how to use it correctly.Beta Was this translation helpful? Give feedback.
All reactions