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

Except/Exclude columns in whenMatchedUpdate - Merge #2833

Open
g-kannan opened this issue Aug 27, 2024 · 2 comments
Open

Except/Exclude columns in whenMatchedUpdate - Merge #2833

g-kannan opened this issue Aug 27, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@g-kannan
Copy link

Description

Add clause/function to exclude columns during whenMatchedUpdate

Use Case
In a table with 100+ columns during update we've to manually specify in update condition to input all required columns rather excluding one or two. Eg: CREATE_TS need not be updated during update.

Expected functionality is as below

UPDATE SET * EXCLUDE(CREATE_TS)

Related Issue(s)

@g-kannan g-kannan added the enhancement New feature or request label Aug 27, 2024
@ion-elgreco
Copy link
Collaborator

Which binding are you interested for this?

@g-kannan
Copy link
Author

g-kannan commented Sep 8, 2024

Thanks for checking Ion, I'm interested on Python binding

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
2 participants