JDBC store binder - on duplicate key
Confluence User - 17 Nov, 2020
Hi,
In the JDBC store binder is there a syntax for "create if does not exist and update if exists"?
Like this https://stackoverflow.com/questions/4205181/insert-into-a-mysql-table-or-update-if-exists
I have an app that requires that every user provide their consent before using. This has to be captured once per user for this app.
Thanks
forms;user;jdbc;storebinder