Copy the data in data list to other table in mysql
Confluence User - 09 Mar, 2018
I am using enterprise version of joget. I have a datalist where I have data imported from excel using import tool. Also, as specified in the docs, it does create a table in background in mysql corresponding to data in thats imported and is shown in datalist. Now, I have added a jdbc action in the datalist common for all rows in it.
In the query section of that jdbc datalist binder, I have added this query:
Insert into finalTable values(select col1, col2, col3 from app_fd_autoCreatedTable)
I want to add selected data in finalTable from the auto created table after importing. This above query does not work. This has totally stalled me as I didn't find any examples of using nested queries like this on the web.
Please help.
Thanks :)
datalists;#jdbcbinder;query;mysql;userviews;forms