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 DELETE FROM T1 USING T2 WHERE ... #1228

Merged
merged 1 commit into from
Jun 16, 2021

Conversation

francois-secherre
Copy link
Contributor

Support for DELETE FROM USING queries, from postgres

https://www.postgresql.org/docs/11/sql-delete.html

Example:

DELETE FROM films USING producers
WHERE producer_id = producers.id AND producers.name = 'foo';

@coveralls
Copy link

Coverage Status

Coverage increased (+0.03%) to 88.868% when pulling 9b81814 on fanchuo:feature/delete_using into aec76ea on JSQLParser:master.

@wumpz wumpz merged commit 96cd483 into JSQLParser:master Jun 16, 2021
@wumpz
Copy link
Member

wumpz commented Jun 16, 2021

Thx for improving JSqlParser.

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

Successfully merging this pull request may close these issues.

None yet

4 participants