-
Hi, Is it possible to write this in a more idiomatic way in jet? this current insert statement has some *string values that I could fix with a custom function but if there was a way to just use .MODEL() and have the case statement for the handle field specifically that would be ideal. Thanks
|
Beta Was this translation helpful? Give feedback.
Answered by
houtn11
Oct 28, 2023
Replies: 1 comment 1 reply
-
This looks more like a job for a trigger function. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
aghchan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This looks more like a job for a trigger function.