Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there any way to use JOIN in query and fetch data from multiple table? #97

Open
KunjalNarola opened this issue Mar 27, 2019 · 4 comments

Comments

@KunjalNarola
Copy link

KunjalNarola commented Mar 27, 2019

I want to JOIN 3 table and fetch specific values from it. Can anyone provide me the Demo Query using JOIN because currently, I'm using the Query method for JOIN. Also is there a way to assign Foreign Key constrain?

@KunjalNarola
Copy link
Author

Also is there any way to use multiple Primary Keys?

@daybson
Copy link

daybson commented Sep 17, 2019

Did you figured out?

@dinhdangkhoa
Copy link

dinhdangkhoa commented Oct 21, 2019

I saw this code in SQLite.cs, does it mean that the library doesn't support JOIN for the moment ?

private SQLiteCommand GenerateCommand (string selectionList)
		{
			if (_joinInner != null && _joinOuter != null) {
				throw new NotSupportedException ("Joins are not supported.");
			}
			else {

@tpnet
Copy link

tpnet commented Oct 26, 2019

@KunjalNarola is there any way to use multiple Primary Keys?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants