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

Support LEFT JOIN for online training #910

Closed
jingchen2222 opened this issue Dec 15, 2021 · 1 comment
Closed

Support LEFT JOIN for online training #910

jingchen2222 opened this issue Dec 15, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@jingchen2222
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

OpenMLDB only supports LAST JOIN currently. Users might need we support LEFT JOIN, RIGHT JOIN, INNER JOIN for data analysis.

Describe the solution you'd like

SELECT t1.col1, t2.col2 from t1 LEFT JOIN t2 ON t1.col1 = t2.col1;

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@jingchen2222 jingchen2222 added the enhancement New feature or request label Dec 15, 2021
@jingchen2222 jingchen2222 self-assigned this Dec 15, 2021
@dl239
Copy link
Collaborator

dl239 commented Jan 31, 2024

supported in #3576

@dl239 dl239 closed this as completed Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants